Html Css Color HEX #86B84A Chelsea Cucumber

📋 copy color: '#86B84A'

red 134 ◦ green 184 ◦ blue 74

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

Shades of Chelsea Cucumber #86B84A

Tints of Chelsea Cucumber #86B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.94%

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 34.18%
G = 46.94%
B = 18.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#86B84A (or 0x86B84A) is known color: Chelsea Cucumber. HEX triplet: 86, B8 and 4A. RGB value is (134,184,74). Sum of RGB (Red+Green+Blue) = 134+184+74=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #86B84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B84A is #7947B5. Grayscale: #9C9C9C. Windows color (decimal): -7948214 or 4896902. OLE color: 4896902.

HSL color Cylindrical-coordinate representation of color #86B84A: hue angle of 87.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86B84A is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 184 74 -
CMYK 0.27 0 0.60 0.28
HSL 87.27º 0.44% 0.51% -
HSV(B) 87.27º 0.6% 0.72% -
XYZ 28.21 39.84 12.68 -
YUV 156.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 134 184 74 0.27 0 0.60 0.28 87.27 0.44 0.51
Hex 86 B8 4A 1B 0 3C 1C 57 2C 33
Octal 206 270 112 33 0 74 34 127 54 63
Binary 10000110 10111000 1001010 11011 0 111100 11100 1010111 101100 110011

Color Harmonies of #86B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B84A

Black with #86B84A

Text Example


Text Example

White with #86B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,184,74); }

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

background-color css

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

 a { background-color: rgb(134,184,74); }

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

border-color css

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

 span { border-color: rgb(134,184,74); }

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