Html Css Color HEX #869112 Citron

📋 copy color: '#869112'

red 134 ◦ green 145 ◦ blue 18

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

Shades of Citron #869112

Tints of Citron #869112

RGB

 RED value IS 134 (52.73% from 255) = 45.12%

 GREEN value IS 145 (57.03% from 255) = 48.82%

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

R = 45.12%
G = 48.82%
B = 6.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#869112 (or 0x869112) is known color: Citron. HEX triplet: 86, 91 and 12. RGB value is (134,145,18). Sum of RGB (Red+Green+Blue) = 134+145+18=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #869112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869112 is #796EED. Grayscale: #7F7F7F. Windows color (decimal): -7958254 or 1216902. OLE color: 1216902.

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

Color convert

RGB 134 145 18 -
CMYK 0.08 0 0.88 0.43
HSL 65.2º 0.78% 0.32% -
HSV(B) 65.2º 0.88% 0.57% -
XYZ 20.07 25.36 4.41 -
YUV 127.23 66.36 132.83 -
System Red Green Blue C M Y K H S L
Decimal 134 145 18 0.08 0 0.88 0.43 65.2 0.78 0.32
Hex 86 91 12 8 0 58 2B 41 4E 20
Octal 206 221 22 10 0 130 53 101 116 40
Binary 10000110 10010001 10010 1000 0 1011000 101011 1000001 1001110 100000

Color Harmonies of #869112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869112

Black with #869112

Text Example


Text Example

White with #869112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869112; }

 p { color: rgb(134,145,18); }

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

background-color css

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

 a { background-color: rgb(134,145,18); }

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

border-color css

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

 span { border-color: rgb(134,145,18); }

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