#8BA261

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

Shades of Chelsea Cucumber #8BA261

Tints of Chelsea Cucumber #8BA261

Color information

#8BA261 (or 0x8BA261) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A2 and 61. RGB value is (139,162,97). Sum of RGB (Red+Green+Blue) = 139+162+97=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA261 is #745D9E. Grayscale: #939393. Windows color (decimal): -7626143 or 6398603. OLE color: 6398603.

HSL color Cylindrical-coordinate representation of color #8BA261: hue angle of 81.23º degrees, saturation: 0.26, 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 #8BA261 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB13916297-
CMYK0.1400.400.36
HSL81.23º25.9%50.78%-
HSV(B)81.23º40.12%63.53%-
XYZ25.7332.1916.17-
YUV147.7199.38121.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=34.92%
G=40.70%
B=24.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162970.1400.400.3681.2325.950.78
Hex8BA261E02824511a33
Octal21324214116050441213263
Binary1000101110100010110000111100101000100100101000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,97); }

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

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

 a { background-color: rgb(139,162,97); }

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

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

 span { border-color: rgb(139,162,97); }

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