Html Css Color HEX #86BD08 Citrus

📋 copy color: '#86BD08'

red 134 ◦ green 189 ◦ blue 8

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

Shades of Citrus #86BD08

Tints of Citrus #86BD08

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.1%

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

R = 40.48%
G = 57.1%
B = 2.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#86BD08 (or 0x86BD08) is known color: Citrus. HEX triplet: 86, BD and 08. RGB value is (134,189,8). Sum of RGB (Red+Green+Blue) = 134+189+8=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BD08 is #7942F7. Grayscale: #989898. Windows color (decimal): -7947000 or 572806. OLE color: 572806.

HSL color Cylindrical-coordinate representation of color #86BD08: hue angle of 78.23º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86BD08 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 189 8 -
CMYK 0.29 0 0.96 0.26
HSL 78.23º 0.92% 0.39% -
HSV(B) 78.23º 0.96% 0.74% -
XYZ 28.07 41.48 6.76 -
YUV 151.92 46.78 115.22 -
System Red Green Blue C M Y K H S L
Decimal 134 189 8 0.29 0 0.96 0.26 78.23 0.92 0.39
Hex 86 BD 8 1D 0 60 1A 4E 5C 27
Octal 206 275 10 35 0 140 32 116 134 47
Binary 10000110 10111101 1000 11101 0 1100000 11010 1001110 1011100 100111

Color Harmonies of #86BD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD08

Black with #86BD08

Text Example


Text Example

White with #86BD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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