Html Css Color HEX #86B808 Citrus

📋 copy color: '#86B808'

red 134 ◦ green 184 ◦ blue 8

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

Shades of Citrus #86B808

Tints of Citrus #86B808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.44%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 41.1%
G = 56.44%
B = 2.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#86B808 (or 0x86B808) is known color: Citrus. HEX triplet: 86, B8 and 08. RGB value is (134,184,8). Sum of RGB (Red+Green+Blue) = 134+184+8=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #86B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B808 is #7947F7. Grayscale: #959595. Windows color (decimal): -7948280 or 571526. OLE color: 571526.

HSL color Cylindrical-coordinate representation of color #86B808: hue angle of 77.05º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86B808 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 184 8 -
CMYK 0.27 0 0.96 0.28
HSL 77.05º 0.92% 0.38% -
HSV(B) 77.05º 0.96% 0.72% -
XYZ 27.02 39.37 6.4 -
YUV 148.99 48.44 117.31 -
System Red Green Blue C M Y K H S L
Decimal 134 184 8 0.27 0 0.96 0.28 77.05 0.92 0.38
Hex 86 B8 8 1B 0 60 1C 4D 5C 26
Octal 206 270 10 33 0 140 34 115 134 46
Binary 10000110 10111000 1000 11011 0 1100000 11100 1001101 1011100 100110

Color Harmonies of #86B808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B808

Black with #86B808

Text Example


Text Example

White with #86B808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86B808; }

 p { color: rgb(134,184,8); }

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

background-color css

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

 a { background-color: rgb(134,184,8); }

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

border-color css

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

 span { border-color: rgb(134,184,8); }

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