#8BB25D

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

Shades of Chelsea Cucumber #8BB25D

Tints of Chelsea Cucumber #8BB25D

Color information

#8BB25D (or 0x8BB25D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B2 and 5D. RGB value is (139,178,93). Sum of RGB (Red+Green+Blue) = 139+178+93=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB25D is #744DA2. Grayscale: #9C9C9C. Windows color (decimal): -7622051 or 6140555. OLE color: 6140555.

HSL color Cylindrical-coordinate representation of color #8BB25D: hue angle of 87.53º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BB25D is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB13917893-
CMYK0.2200.480.30
HSL87.53º35.56%53.14%-
HSV(B)87.53º47.75%69.8%-
XYZ28.5438.1216.21-
YUV156.6592.08115.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 178 (69.92% from 255) = 43.41%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=33.90%
G=43.41%
B=22.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139178930.2200.480.3087.5335.5653.14
Hex8BB25D160301E582435
Octal21326213526060361304465
Binary10001011101100101011101101100110000111101011000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,178,93); }

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

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

 a { background-color: rgb(139,178,93); }

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

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

 span { border-color: rgb(139,178,93); }

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