#8CB54B

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

Shades of Chelsea Cucumber #8CB54B

Tints of Chelsea Cucumber #8CB54B

Color information

#8CB54B (or 0x8CB54B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B5 and 4B. RGB value is (140,181,75). Sum of RGB (Red+Green+Blue) = 140+181+75=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB54B is #734AB4. Grayscale: #9D9D9D. Windows color (decimal): -7555765 or 4961676. OLE color: 4961676.

HSL color Cylindrical-coordinate representation of color #8CB54B: hue angle of 83.21º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CB54B is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB14018175-
CMYK0.2300.590.29
HSL83.21º41.73%50.2%-
HSV(B)83.21º58.56%70.98%-
XYZ28.6139.1312.7-
YUV156.6681.92116.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.35%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=35.35%
G=45.71%
B=18.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140181750.2300.590.2983.2141.7350.2
Hex8CB54B1703B1D532a32
Octal21426511327073351235262
Binary10001100101101011001011101110111011111011010011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,181,75); }

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

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

 a { background-color: rgb(140,181,75); }

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

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

 span { border-color: rgb(140,181,75); }

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