#8CBB5B

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

Shades of Chelsea Cucumber #8CBB5B

Tints of Chelsea Cucumber #8CBB5B

Color information

#8CBB5B (or 0x8CBB5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, BB and 5B. RGB value is (140,187,91). Sum of RGB (Red+Green+Blue) = 140+187+91=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBB5B is #7344A4. Grayscale: #A2A2A2. Windows color (decimal): -7554213 or 6011788. OLE color: 6011788.

HSL color Cylindrical-coordinate representation of color #8CBB5B: hue angle of 89.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CBB5B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB14018791-
CMYK0.2500.510.27
HSL89.38º41.38%54.51%-
HSV(B)89.38º51.34%73.33%-
XYZ30.4741.8716.37-
YUV16287.93112.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 187 (73.44% from 255) = 44.74%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=33.49%
G=44.74%
B=21.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140187910.2500.510.2789.3841.3854.51
Hex8CBB5B190331B592937
Octal21427313331063331315167
Binary10001100101110111011011110010110011110111011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,187,91); }

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

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

 a { background-color: rgb(140,187,91); }

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

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

 span { border-color: rgb(140,187,91); }

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