Html Css Color HEX #86BC0B Citrus

📋 copy color: '#86BC0B'

red 134 ◦ green 188 ◦ blue 11

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

Shades of Citrus #86BC0B

Tints of Citrus #86BC0B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.46%

 BLUE value IS 11 (4.69% from 255) = 3.3%

R = 40.24%
G = 56.46%
B = 3.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#86BC0B (or 0x86BC0B) is known color: Citrus. HEX triplet: 86, BC and 0B. RGB value is (134,188,11). Sum of RGB (Red+Green+Blue) = 134+188+11=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86BC0B is #7943F4. Grayscale: #989898. Windows color (decimal): -7947253 or 769158. OLE color: 769158.

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

Color convert

RGB 134 188 11 -
CMYK 0.29 0 0.94 0.26
HSL 78.31º 0.89% 0.39% -
HSV(B) 78.31º 0.94% 0.74% -
XYZ 27.88 41.06 6.77 -
YUV 151.68 48.61 115.39 -
System Red Green Blue C M Y K H S L
Decimal 134 188 11 0.29 0 0.94 0.26 78.31 0.89 0.39
Hex 86 BC B 1D 0 5E 1A 4E 59 27
Octal 206 274 13 35 0 136 32 116 131 47
Binary 10000110 10111100 1011 11101 0 1011110 11010 1001110 1011001 100111

Color Harmonies of #86BC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC0B

Black with #86BC0B

Text Example


Text Example

White with #86BC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,11); }

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

background-color css

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

 a { background-color: rgb(134,188,11); }

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

border-color css

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

 span { border-color: rgb(134,188,11); }

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