#8BB14D

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

Shades of Chelsea Cucumber #8BB14D

Tints of Chelsea Cucumber #8BB14D

Color information

#8BB14D (or 0x8BB14D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B1 and 4D. RGB value is (139,177,77). Sum of RGB (Red+Green+Blue) = 139+177+77=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB14D is #744EB2. Grayscale: #9A9A9A. Windows color (decimal): -7622323 or 5091723. OLE color: 5091723.

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

Color convert

RGB13917777-
CMYK0.2100.560.31
HSL82.8º39.37%49.8%-
HSV(B)82.8º56.5%69.41%-
XYZ27.7137.4712.79-
YUV154.2484.41117.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 177 (69.53% from 255) = 45.04%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=35.37%
G=45.04%
B=19.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139177770.2100.560.3182.839.3749.8
Hex8BB14D150381F532732
Octal21326111525070371234762
Binary10001011101100011001101101010111000111111010011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,77); }

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

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

 a { background-color: rgb(139,177,77); }

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

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

 span { border-color: rgb(139,177,77); }

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