Html Css Color HEX #86BA4D Chelsea Cucumber

📋 copy color: '#86BA4D'

red 134 ◦ green 186 ◦ blue 77

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

Shades of Chelsea Cucumber #86BA4D

Tints of Chelsea Cucumber #86BA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 33.75%
G = 46.85%
B = 19.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#86BA4D (or 0x86BA4D) is known color: Chelsea Cucumber. HEX triplet: 86, BA and 4D. RGB value is (134,186,77). Sum of RGB (Red+Green+Blue) = 134+186+77=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA4D is #7945B2. Grayscale: #9E9E9E. Windows color (decimal): -7947699 or 5094022. OLE color: 5094022.

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

Color convert

RGB 134 186 77 -
CMYK 0.28 0 0.59 0.27
HSL 88.62º 0.44% 0.52% -
HSV(B) 88.62º 0.59% 0.73% -
XYZ 28.73 40.72 13.37 -
YUV 158.03 82.27 110.86 -
System Red Green Blue C M Y K H S L
Decimal 134 186 77 0.28 0 0.59 0.27 88.62 0.44 0.52
Hex 86 BA 4D 1C 0 3B 1B 59 2C 34
Octal 206 272 115 34 0 73 33 131 54 64
Binary 10000110 10111010 1001101 11100 0 111011 11011 1011001 101100 110100

Color Harmonies of #86BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA4D

Black with #86BA4D

Text Example


Text Example

White with #86BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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