#9DB94A

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

Shades of Celery #9DB94A

Tints of Celery #9DB94A

Color information

#9DB94A (or 0x9DB94A) is unknown color: approx Celery. HEX triplet: 9D, B9 and 4A. RGB value is (157,185,74). Sum of RGB (Red+Green+Blue) = 157+185+74=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB94A is #6246B5. Grayscale: #A4A4A4. Windows color (decimal): -6440630 or 4897181. OLE color: 4897181.

HSL color Cylindrical-coordinate representation of color #9DB94A: hue angle of 75.14º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DB94A is Cyan = 0.15, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB15718574-
CMYK0.1500.60.27
HSL75.14º44.22%50.78%-
HSV(B)75.14º60%72.55%-
XYZ32.4942.3612.94-
YUV163.9777.22123.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 185 (72.66% from 255) = 44.47%
BLUE value IS 74 (29.30% from 255) = 17.79%
R=37.74%
G=44.47%
B=17.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157185740.1500.60.2775.1444.2250.78
Hex9DB94AF03C1B4b2c33
Octal23527111217074331135463
Binary1001110110111001100101011110111100110111001011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,185,74); }

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

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

 a { background-color: rgb(157,185,74); }

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

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

 span { border-color: rgb(157,185,74); }

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