Html Css Color HEX #869110 Citron

📋 copy color: '#869110'

red 134 ◦ green 145 ◦ blue 16

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

Shades of Citron #869110

Tints of Citron #869110

RGB

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

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

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

R = 45.42%
G = 49.15%
B = 5.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#869110 (or 0x869110) is known color: Citron. HEX triplet: 86, 91 and 10. RGB value is (134,145,16). Sum of RGB (Red+Green+Blue) = 134+145+16=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #869110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869110 is #796EEF. Grayscale: #7F7F7F. Windows color (decimal): -7958256 or 1085830. OLE color: 1085830.

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

Color convert

RGB 134 145 16 -
CMYK 0.08 0 0.89 0.43
HSL 65.12º 0.8% 0.32% -
HSV(B) 65.12º 0.89% 0.57% -
XYZ 20.05 25.36 4.33 -
YUV 127.01 65.36 132.99 -
System Red Green Blue C M Y K H S L
Decimal 134 145 16 0.08 0 0.89 0.43 65.12 0.8 0.32
Hex 86 91 10 8 0 59 2B 41 50 20
Octal 206 221 20 10 0 131 53 101 120 40
Binary 10000110 10010001 10000 1000 0 1011001 101011 1000001 1010000 100000

Color Harmonies of #869110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869110

Black with #869110

Text Example


Text Example

White with #869110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869110; }

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

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

background-color css

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

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

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

border-color css

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

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

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