#9CBD55

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

Shades of Chelsea Cucumber #9CBD55

Tints of Chelsea Cucumber #9CBD55

Color information

#9CBD55 (or 0x9CBD55) is unknown color: approx Chelsea Cucumber. HEX triplet: 9C, BD and 55. RGB value is (156,189,85). Sum of RGB (Red+Green+Blue) = 156+189+85=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD55 is #6342AA. Grayscale: #A7A7A7. Windows color (decimal): -6505131 or 5619100. OLE color: 5619100.

HSL color Cylindrical-coordinate representation of color #9CBD55: hue angle of 79.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CBD55 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB15618985-
CMYK0.1700.550.26
HSL79.04º44.07%53.73%-
HSV(B)79.04º55.03%74.12%-
XYZ33.5544.1215.34-
YUV167.2881.57119.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=36.28%
G=43.95%
B=19.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156189850.1700.550.2679.0444.0753.73
Hex9CBD55110371A4f2c36
Octal23427512521067321175466
Binary10011100101111011010101100010110111110101001111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CBD55; }

 p { color: rgb(156,189,85); }

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

<style>
 a { background-color: #9CBD55; }

 a { background-color: rgb(156,189,85); }

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

<style>
 span { border-color: #9CBD55; }

 span { border-color: rgb(156,189,85); }

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