Html Css Color HEX #86BB48 Chelsea Cucumber

📋 copy color: '#86BB48'

red 134 ◦ green 187 ◦ blue 72

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

Shades of Chelsea Cucumber #86BB48

Tints of Chelsea Cucumber #86BB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 34.1%
G = 47.58%
B = 18.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#86BB48 (or 0x86BB48) is known color: Chelsea Cucumber. HEX triplet: 86, BB and 48. RGB value is (134,187,72). Sum of RGB (Red+Green+Blue) = 134+187+72=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BB48 is #7944B7. Grayscale: #9E9E9E. Windows color (decimal): -7947448 or 4766598. OLE color: 4766598.

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

Color convert

RGB 134 187 72 -
CMYK 0.28 0 0.61 0.27
HSL 87.65º 0.46% 0.51% -
HSV(B) 87.65º 0.61% 0.73% -
XYZ 28.77 41.08 12.54 -
YUV 158.04 79.44 110.85 -
System Red Green Blue C M Y K H S L
Decimal 134 187 72 0.28 0 0.61 0.27 87.65 0.46 0.51
Hex 86 BB 48 1C 0 3D 1B 58 2E 33
Octal 206 273 110 34 0 75 33 130 56 63
Binary 10000110 10111011 1001000 11100 0 111101 11011 1011000 101110 110011

Color Harmonies of #86BB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB48

Black with #86BB48

Text Example


Text Example

White with #86BB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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