Html Css Color HEX #82950D Citron

📋 copy color: '#82950D'

red 130 ◦ green 149 ◦ blue 13

#82950D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #82950D

Tints of Citron #82950D

RGB

 RED value IS 130 (51.17% from 255) = 44.52%

 GREEN value IS 149 (58.59% from 255) = 51.03%

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 44.52%
G = 51.03%
B = 4.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#82950D (or 0x82950D) is known color: Citron. HEX triplet: 82, 95 and 0D. RGB value is (130,149,13). Sum of RGB (Red+Green+Blue) = 130+149+13=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #82950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82950D is #7D6AF2. Grayscale: #808080. Windows color (decimal): -8219379 or 890242. OLE color: 890242.

HSL color Cylindrical-coordinate representation of color #82950D: hue angle of 68.38º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82950D is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 13 -
CMYK 0.13 0 0.91 0.42
HSL 68.38º 0.84% 0.32% -
HSV(B) 68.38º 0.91% 0.58% -
XYZ 20.03 26.27 4.4 -
YUV 127.82 63.21 129.56 -
System Red Green Blue C M Y K H S L
Decimal 130 149 13 0.13 0 0.91 0.42 68.38 0.84 0.32
Hex 82 95 D D 0 5B 2A 44 54 20
Octal 202 225 15 15 0 133 52 104 124 40
Binary 10000010 10010101 1101 1101 0 1011011 101010 1000100 1010100 100000

Color Harmonies of #82950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82950D

Black with #82950D

Text Example


Text Example

White with #82950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82950D; }

 p { color: rgb(130,149,13); }

 H1.HeaderClassName
 {
   color: #82950D;
 }
 .AnyTagClassName
 {
   color: #82950D;
 }
</style>

background-color css

<style>
 a { background-color: #82950D; }

 a { background-color: rgb(130,149,13); }

 div.DivClassName
 {
   background-color: #82950D;
 }
 .BgClassName
 {
   background-color: #82950D;
 }
</style>

border-color css

<style>
 span { border-color: #82950D; }

 span { border-color: rgb(130,149,13); }

 td.TdClassName
 {
   border-color: #82950D;
 }
 .TagClassName
 {
   border-color: #82950D;
 }
</style>