#8BA360

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

Shades of Chelsea Cucumber #8BA360

Tints of Chelsea Cucumber #8BA360

Color information

#8BA360 (or 0x8BA360) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A3 and 60. RGB value is (139,163,96). Sum of RGB (Red+Green+Blue) = 139+163+96=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA360 is #745C9F. Grayscale: #949494. Windows color (decimal): -7625888 or 6333323. OLE color: 6333323.

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

Color convert

RGB13916396-
CMYK0.1500.410.36
HSL81.49º26.69%50.78%-
HSV(B)81.49º41.1%63.92%-
XYZ25.8632.5315.98-
YUV148.1998.55121.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=34.92%
G=40.95%
B=24.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139163960.1500.410.3681.4926.6950.78
Hex8BA360F02924511b33
Octal21324314017051441213363
Binary1000101110100011110000011110101001100100101000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,163,96); }

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

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

 a { background-color: rgb(139,163,96); }

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

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

 span { border-color: rgb(139,163,96); }

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