Html Css Color HEX #869116 Citron

📋 copy color: '#869116'

red 134 ◦ green 145 ◦ blue 22

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

Shades of Citron #869116

Tints of Citron #869116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 44.52%
G = 48.17%
B = 7.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#869116 (or 0x869116) is known color: Citron. HEX triplet: 86, 91 and 16. RGB value is (134,145,22). Sum of RGB (Red+Green+Blue) = 134+145+22=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #869116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869116 is #796EE9. Grayscale: #808080. Windows color (decimal): -7958250 or 1479046. OLE color: 1479046.

HSL color Cylindrical-coordinate representation of color #869116: hue angle of 65.37º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #869116 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 145 22 -
CMYK 0.08 0 0.85 0.43
HSL 65.37º 0.74% 0.33% -
HSV(B) 65.37º 0.85% 0.57% -
XYZ 20.1 25.38 4.6 -
YUV 127.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 134 145 22 0.08 0 0.85 0.43 65.37 0.74 0.33
Hex 86 91 16 8 0 55 2B 41 4A 21
Octal 206 221 26 10 0 125 53 101 112 41
Binary 10000110 10010001 10110 1000 0 1010101 101011 1000001 1001010 100001

Color Harmonies of #869116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869116

Black with #869116

Text Example


Text Example

White with #869116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869116; }

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

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

background-color css

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

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

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

border-color css

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

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

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