#8BA25F

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

Shades of Chelsea Cucumber #8BA25F

Tints of Chelsea Cucumber #8BA25F

Color information

#8BA25F (or 0x8BA25F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A2 and 5F. RGB value is (139,162,95). Sum of RGB (Red+Green+Blue) = 139+162+95=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA25F is #745DA0. Grayscale: #939393. Windows color (decimal): -7626145 or 6267531. OLE color: 6267531.

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

Color convert

RGB13916295-
CMYK0.1400.410.36
HSL80.6º26.48%50.39%-
HSV(B)80.6º41.36%63.53%-
XYZ25.6332.1615.68-
YUV147.4998.38121.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=35.10%
G=40.91%
B=23.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162950.1400.410.3680.626.4850.39
Hex8BA25FE02924511a32
Octal21324213716051441213262
Binary1000101110100010101111111100101001100100101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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