Html Css Color HEX #86BB3F Yellow Green

📋 copy color: '#86BB3F'

red 134 ◦ green 187 ◦ blue 63

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

Shades of Yellow Green #86BB3F

Tints of Yellow Green #86BB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.41%

R = 34.9%
G = 48.7%
B = 16.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#86BB3F (or 0x86BB3F) is known color: Yellow Green. HEX triplet: 86, BB and 3F. RGB value is (134,187,63). Sum of RGB (Red+Green+Blue) = 134+187+63=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BB3F is #7944C0. Grayscale: #9D9D9D. Windows color (decimal): -7947457 or 4176774. OLE color: 4176774.

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

Color convert

RGB 134 187 63 -
CMYK 0.28 0 0.66 0.27
HSL 85.65º 0.5% 0.49% -
HSV(B) 85.65º 0.66% 0.73% -
XYZ 28.5 40.97 11.11 -
YUV 157.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 134 187 63 0.28 0 0.66 0.27 85.65 0.5 0.49
Hex 86 BB 3F 1C 0 42 1B 56 32 31
Octal 206 273 77 34 0 102 33 126 62 61
Binary 10000110 10111011 111111 11100 0 1000010 11011 1010110 110010 110001

Color Harmonies of #86BB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB3F

Black with #86BB3F

Text Example


Text Example

White with #86BB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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