#8BB05D

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

Shades of Chelsea Cucumber #8BB05D

Tints of Chelsea Cucumber #8BB05D

Color information

#8BB05D (or 0x8BB05D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B0 and 5D. RGB value is (139,176,93). Sum of RGB (Red+Green+Blue) = 139+176+93=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB05D is #744FA2. Grayscale: #9B9B9B. Windows color (decimal): -7622563 or 6140043. OLE color: 6140043.

HSL color Cylindrical-coordinate representation of color #8BB05D: hue angle of 86.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BB05D is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB13917693-
CMYK0.2100.470.31
HSL86.75º34.44%52.75%-
HSV(B)86.75º47.16%69.02%-
XYZ28.1537.3316.08-
YUV155.4892.74116.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=34.07%
G=43.14%
B=22.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139176930.2100.470.3186.7534.4452.75
Hex8BB05D1502F1F572235
Octal21326013525057371274265
Binary10001011101100001011101101010101111111111010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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