#8BA462

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

Shades of Chelsea Cucumber #8BA462

Tints of Chelsea Cucumber #8BA462

Color information

#8BA462 (or 0x8BA462) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A4 and 62. RGB value is (139,164,98). Sum of RGB (Red+Green+Blue) = 139+164+98=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA462 is #745B9D. Grayscale: #959595. Windows color (decimal): -7625630 or 6464651. OLE color: 6464651.

HSL color Cylindrical-coordinate representation of color #8BA462: hue angle of 82.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA462 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB13916498-
CMYK0.1500.400.36
HSL82.73º26.61%51.37%-
HSV(B)82.73º40.24%64.31%-
XYZ26.1332.9216.53-
YUV14999.22120.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=34.66%
G=40.90%
B=24.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139164980.1500.400.3682.7326.6151.37
Hex8BA462F02824531b33
Octal21324414217050441233363
Binary1000101110100100110001011110101000100100101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA462; }

 p { color: rgb(139,164,98); }

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

<style>
 a { background-color: #8BA462; }

 a { background-color: rgb(139,164,98); }

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

<style>
 span { border-color: #8BA462; }

 span { border-color: rgb(139,164,98); }

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