Html Css Color HEX #859212 Citron

📋 copy color: '#859212'

red 133 ◦ green 146 ◦ blue 18

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

Shades of Citron #859212

Tints of Citron #859212

RGB

 RED value IS 133 (52.34% from 255) = 44.78%

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

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

R = 44.78%
G = 49.16%
B = 6.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#859212 (or 0x859212) is known color: Citron. HEX triplet: 85, 92 and 12. RGB value is (133,146,18). Sum of RGB (Red+Green+Blue) = 133+146+18=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #859212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859212 is #7A6DED. Grayscale: #808080. Windows color (decimal): -8023534 or 1217157. OLE color: 1217157.

HSL color Cylindrical-coordinate representation of color #859212: hue angle of 66.09º 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 #859212 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 18 -
CMYK 0.09 0 0.88 0.43
HSL 66.09º 0.78% 0.32% -
HSV(B) 66.09º 0.88% 0.57% -
XYZ 20.06 25.59 4.45 -
YUV 127.52 66.19 131.91 -
System Red Green Blue C M Y K H S L
Decimal 133 146 18 0.09 0 0.88 0.43 66.09 0.78 0.32
Hex 85 92 12 9 0 58 2B 42 4E 20
Octal 205 222 22 11 0 130 53 102 116 40
Binary 10000101 10010010 10010 1001 0 1011000 101011 1000010 1001110 100000

Color Harmonies of #859212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859212

Black with #859212

Text Example


Text Example

White with #859212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859212; }

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

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

background-color css

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

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

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

border-color css

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

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

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