Html Css Color HEX #869010 Citron

📋 copy color: '#869010'

red 134 ◦ green 144 ◦ blue 16

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

Shades of Citron #869010

Tints of Citron #869010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 45.58%
G = 48.98%
B = 5.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#869010 (or 0x869010) is known color: Citron. HEX triplet: 86, 90 and 10. RGB value is (134,144,16). Sum of RGB (Red+Green+Blue) = 134+144+16=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #869010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869010 is #796FEF. Grayscale: #7E7E7E. Windows color (decimal): -7958512 or 1085574. OLE color: 1085574.

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

Color convert

RGB 134 144 16 -
CMYK 0.07 0 0.89 0.44
HSL 64.69º 0.8% 0.31% -
HSV(B) 64.69º 0.89% 0.56% -
XYZ 19.9 25.05 4.28 -
YUV 126.42 65.69 133.41 -
System Red Green Blue C M Y K H S L
Decimal 134 144 16 0.07 0 0.89 0.44 64.69 0.8 0.31
Hex 86 90 10 7 0 59 2C 41 50 1F
Octal 206 220 20 7 0 131 54 101 120 37
Binary 10000110 10010000 10000 111 0 1011001 101100 1000001 1010000 11111

Color Harmonies of #869010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869010

Black with #869010

Text Example


Text Example

White with #869010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869010; }

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

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

background-color css

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

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

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

border-color css

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

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

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