#8BA558

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

Shades of Chelsea Cucumber #8BA558

Tints of Chelsea Cucumber #8BA558

Color information

#8BA558 (or 0x8BA558) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A5 and 58. RGB value is (139,165,88). Sum of RGB (Red+Green+Blue) = 139+165+88=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA558 is #745AA7. Grayscale: #949494. Windows color (decimal): -7625384 or 5809547. OLE color: 5809547.

HSL color Cylindrical-coordinate representation of color #8BA558: hue angle of 80.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BA558 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB13916588-
CMYK0.1600.470.35
HSL80.26º30.43%49.61%-
HSV(B)80.26º46.67%64.71%-
XYZ25.8633.114.26-
YUV148.4593.89121.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=35.46%
G=42.09%
B=22.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal139165880.1600.470.3580.2630.4349.61
Hex8BA5581002F23501e32
Octal21324513020057431203662
Binary10001011101001011011000100000101111100011101000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,165,88); }

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

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

 a { background-color: rgb(139,165,88); }

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

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

 span { border-color: rgb(139,165,88); }

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