Html Css Color HEX #809212 Citron

📋 copy color: '#809212'

red 128 ◦ green 146 ◦ blue 18

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

Shades of Citron #809212

Tints of Citron #809212

RGB

 RED value IS 128 (50.39% from 255) = 43.84%

 GREEN value IS 146 (57.42% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 43.84%
G = 50%
B = 6.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#809212 (or 0x809212) is known color: Citron. HEX triplet: 80, 92 and 12. RGB value is (128,146,18). Sum of RGB (Red+Green+Blue) = 128+146+18=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #809212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809212 is #7F6DED. Grayscale: #7E7E7E. Windows color (decimal): -8351214 or 1217152. OLE color: 1217152.

HSL color Cylindrical-coordinate representation of color #809212: hue angle of 68.44º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #809212 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 146 18 -
CMYK 0.12 0 0.88 0.43
HSL 68.44º 0.78% 0.32% -
HSV(B) 68.44º 0.88% 0.57% -
XYZ 19.29 25.19 4.42 -
YUV 126.03 67.04 129.41 -
System Red Green Blue C M Y K H S L
Decimal 128 146 18 0.12 0 0.88 0.43 68.44 0.78 0.32
Hex 80 92 12 C 0 58 2B 44 4E 20
Octal 200 222 22 14 0 130 53 104 116 40
Binary 10000000 10010010 10010 1100 0 1011000 101011 1000100 1001110 100000

Color Harmonies of #809212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809212

Black with #809212

Text Example


Text Example

White with #809212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809212; }

 p { color: rgb(128,146,18); }

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

background-color css

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

 a { background-color: rgb(128,146,18); }

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

border-color css

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

 span { border-color: rgb(128,146,18); }

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