#9CBF56

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

Shades of Chelsea Cucumber #9CBF56

Tints of Chelsea Cucumber #9CBF56

Color information

#9CBF56 (or 0x9CBF56) is unknown color: approx Chelsea Cucumber. HEX triplet: 9C, BF and 56. RGB value is (156,191,86). Sum of RGB (Red+Green+Blue) = 156+191+86=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF56 is #6340A9. Grayscale: #A8A8A8. Windows color (decimal): -6504618 or 5685148. OLE color: 5685148.

HSL color Cylindrical-coordinate representation of color #9CBF56: hue angle of 80º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CBF56 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB15619186-
CMYK0.1800.550.25
HSL80º45.06%54.31%-
HSV(B)80º54.97%74.9%-
XYZ34.024515.7-
YUV168.5681.4119.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=36.03%
G=44.11%
B=19.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156191860.1800.550.258045.0654.31
Hex9CBF561203719502d36
Octal23427712622067311205566
Binary10011100101111111010110100100110111110011010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,86); }

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

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

 a { background-color: rgb(156,191,86); }

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

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

 span { border-color: rgb(156,191,86); }

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