Html Css Color HEX #869016 Citron

📋 copy color: '#869016'

red 134 ◦ green 144 ◦ blue 22

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

Shades of Citron #869016

Tints of Citron #869016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48%

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

R = 44.67%
G = 48%
B = 7.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#869016 (or 0x869016) is known color: Citron. HEX triplet: 86, 90 and 16. RGB value is (134,144,22). Sum of RGB (Red+Green+Blue) = 134+144+22=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #869016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869016 is #796FE9. Grayscale: #7F7F7F. Windows color (decimal): -7958506 or 1478790. OLE color: 1478790.

HSL color Cylindrical-coordinate representation of color #869016: hue angle of 64.92º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #869016 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 22 -
CMYK 0.07 0 0.85 0.44
HSL 64.92º 0.73% 0.33% -
HSV(B) 64.92º 0.85% 0.56% -
XYZ 19.95 25.07 4.55 -
YUV 127.1 68.69 132.92 -
System Red Green Blue C M Y K H S L
Decimal 134 144 22 0.07 0 0.85 0.44 64.92 0.73 0.33
Hex 86 90 16 7 0 55 2C 41 49 21
Octal 206 220 26 7 0 125 54 101 111 41
Binary 10000110 10010000 10110 111 0 1010101 101100 1000001 1001001 100001

Color Harmonies of #869016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869016

Black with #869016

Text Example


Text Example

White with #869016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869016; }

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

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

background-color css

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

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

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

border-color css

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

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

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