#86B74B

Color #86B74B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #86B74B

Tints of Chelsea Cucumber #86B74B

Color information

#86B74B (or 0x86B74B) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B7 and 4B. RGB value is (134,183,75). Sum of RGB (Red+Green+Blue) = 134+183+75=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #86B74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B74B is #7948B4. Grayscale: #9C9C9C. Windows color (decimal): -7948469 or 4962182. OLE color: 4962182.

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

Color convert

RGB13418375-
CMYK0.2700.590.28
HSL87.22º42.86%50.59%-
HSV(B)87.22º59.02%71.76%-
XYZ28.0439.4412.79-
YUV156.0482.27112.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 183 (71.88% from 255) = 46.68%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=34.18%
G=46.68%
B=19.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134183750.2700.590.2887.2242.8650.59
Hex86B74B1B03B1C572b33
Octal20626711333073341275363
Binary10000110101101111001011110110111011111001010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,183,75); }

 H1.HeaderClassName
 {
   color: #86B74B;
 }
 .AnyTagClassName
 {
   color: #86B74B;
 }
</style>
background-color css

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

 a { background-color: rgb(134,183,75); }

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

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

 span { border-color: rgb(134,183,75); }

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