Html Css Color HEX #859312 Citron

📋 copy color: '#859312'

red 133 ◦ green 147 ◦ blue 18

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

Shades of Citron #859312

Tints of Citron #859312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

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

R = 44.63%
G = 49.33%
B = 6.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#859312 (or 0x859312) is known color: Citron. HEX triplet: 85, 93 and 12. RGB value is (133,147,18). Sum of RGB (Red+Green+Blue) = 133+147+18=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #859312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859312 is #7A6CED. Grayscale: #808080. Windows color (decimal): -8023278 or 1217413. OLE color: 1217413.

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

Color convert

RGB 133 147 18 -
CMYK 0.10 0 0.88 0.42
HSL 66.51º 0.78% 0.32% -
HSV(B) 66.51º 0.88% 0.58% -
XYZ 20.22 25.9 4.51 -
YUV 128.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 133 147 18 0.10 0 0.88 0.42 66.51 0.78 0.32
Hex 85 93 12 A 0 58 2A 43 4E 20
Octal 205 223 22 12 0 130 52 103 116 40
Binary 10000101 10010011 10010 1010 0 1011000 101010 1000011 1001110 100000

Color Harmonies of #859312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859312

Black with #859312

Text Example


Text Example

White with #859312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859312; }

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

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

background-color css

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

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

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

border-color css

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

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

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