#9CB042

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

Shades of Celery #9CB042

Tints of Celery #9CB042

Color information

#9CB042 (or 0x9CB042) is unknown color: approx Celery. HEX triplet: 9C, B0 and 42. RGB value is (156,176,66). Sum of RGB (Red+Green+Blue) = 156+176+66=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB042 is #634FBD. Grayscale: #9D9D9D. Windows color (decimal): -6508478 or 4370588. OLE color: 4370588.

HSL color Cylindrical-coordinate representation of color #9CB042: hue angle of 70.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CB042 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB15617666-
CMYK0.1100.620.31
HSL70.91º45.45%47.45%-
HSV(B)70.91º62.5%69.02%-
XYZ30.2238.5111-
YUV157.4876.37126.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 66 (26.17% from 255) = 16.58%
R=39.20%
G=44.22%
B=16.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156176660.1100.620.3170.9145.4547.45
Hex9CB042B03E1F472d2f
Octal23426010213076371075557
Binary1001110010110000100001010110111110111111000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,66); }

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

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

 a { background-color: rgb(156,176,66); }

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

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

 span { border-color: rgb(156,176,66); }

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