Html Css Color HEX #86BA08 Citrus

📋 copy color: '#86BA08'

red 134 ◦ green 186 ◦ blue 8

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

Shades of Citrus #86BA08

Tints of Citrus #86BA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.71%

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

R = 40.85%
G = 56.71%
B = 2.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#86BA08 (or 0x86BA08) is known color: Citrus. HEX triplet: 86, BA and 08. RGB value is (134,186,8). Sum of RGB (Red+Green+Blue) = 134+186+8=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BA08 is #7945F7. Grayscale: #969696. Windows color (decimal): -7947768 or 572038. OLE color: 572038.

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

Color convert

RGB 134 186 8 -
CMYK 0.28 0 0.96 0.27
HSL 77.53º 0.92% 0.38% -
HSV(B) 77.53º 0.96% 0.73% -
XYZ 27.43 40.2 6.54 -
YUV 150.16 47.77 116.47 -
System Red Green Blue C M Y K H S L
Decimal 134 186 8 0.28 0 0.96 0.27 77.53 0.92 0.38
Hex 86 BA 8 1C 0 60 1B 4E 5C 26
Octal 206 272 10 34 0 140 33 116 134 46
Binary 10000110 10111010 1000 11100 0 1100000 11011 1001110 1011100 100110

Color Harmonies of #86BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA08

Black with #86BA08

Text Example


Text Example

White with #86BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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