#8BA455

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

Shades of Chelsea Cucumber #8BA455

Tints of Chelsea Cucumber #8BA455

Color information

#8BA455 (or 0x8BA455) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A4 and 55. RGB value is (139,164,85). Sum of RGB (Red+Green+Blue) = 139+164+85=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA455 is #745BAA. Grayscale: #939393. Windows color (decimal): -7625643 or 5612683. OLE color: 5612683.

HSL color Cylindrical-coordinate representation of color #8BA455: hue angle of 78.99º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BA455 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB13916485-
CMYK0.1500.480.36
HSL78.99º31.73%48.82%-
HSV(B)78.99º48.17%64.31%-
XYZ25.5632.713.56-
YUV147.5292.72121.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=35.82%
G=42.27%
B=21.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139164850.1500.480.3678.9931.7348.82
Hex8BA455F030244f2031
Octal21324412517060441174061
Binary10001011101001001010101111101100001001001001111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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