Html Css Color HEX #86BB09 Citrus

📋 copy color: '#86BB09'

red 134 ◦ green 187 ◦ blue 9

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

Shades of Citrus #86BB09

Tints of Citrus #86BB09

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.67%

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 40.61%
G = 56.67%
B = 2.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#86BB09 (or 0x86BB09) is known color: Citrus. HEX triplet: 86, BB and 09. RGB value is (134,187,9). Sum of RGB (Red+Green+Blue) = 134+187+9=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BB09 is #7944F6. Grayscale: #979797. Windows color (decimal): -7947511 or 637830. OLE color: 637830.

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

Color convert

RGB 134 187 9 -
CMYK 0.28 0 0.95 0.27
HSL 77.87º 0.91% 0.38% -
HSV(B) 77.87º 0.95% 0.73% -
XYZ 27.65 40.63 6.64 -
YUV 150.86 47.94 115.97 -
System Red Green Blue C M Y K H S L
Decimal 134 187 9 0.28 0 0.95 0.27 77.87 0.91 0.38
Hex 86 BB 9 1C 0 5F 1B 4E 5B 26
Octal 206 273 11 34 0 137 33 116 133 46
Binary 10000110 10111011 1001 11100 0 1011111 11011 1001110 1011011 100110

Color Harmonies of #86BB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB09

Black with #86BB09

Text Example


Text Example

White with #86BB09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,187,9); }

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

background-color css

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

 a { background-color: rgb(134,187,9); }

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

border-color css

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

 span { border-color: rgb(134,187,9); }

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