Html Css Color HEX #869416 Citron

📋 copy color: '#869416'

red 134 ◦ green 148 ◦ blue 22

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

Shades of Citron #869416

Tints of Citron #869416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.68%

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

R = 44.08%
G = 48.68%
B = 7.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#869416 (or 0x869416) is known color: Citron. HEX triplet: 86, 94 and 16. RGB value is (134,148,22). Sum of RGB (Red+Green+Blue) = 134+148+22=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #869416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869416 is #796BE9. Grayscale: #818181. Windows color (decimal): -7957482 or 1479814. OLE color: 1479814.

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

Color convert

RGB 134 148 22 -
CMYK 0.09 0 0.85 0.42
HSL 66.67º 0.74% 0.33% -
HSV(B) 66.67º 0.85% 0.58% -
XYZ 20.57 26.31 4.75 -
YUV 129.45 67.36 131.25 -
System Red Green Blue C M Y K H S L
Decimal 134 148 22 0.09 0 0.85 0.42 66.67 0.74 0.33
Hex 86 94 16 9 0 55 2A 43 4A 21
Octal 206 224 26 11 0 125 52 103 112 41
Binary 10000110 10010100 10110 1001 0 1010101 101010 1000011 1001010 100001

Color Harmonies of #869416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869416

Black with #869416

Text Example


Text Example

White with #869416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869416; }

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

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

background-color css

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

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

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

border-color css

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

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

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