#9DB140

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

Shades of Celery #9DB140

Tints of Celery #9DB140

Color information

#9DB140 (or 0x9DB140) is unknown color: approx Celery. HEX triplet: 9D, B1 and 40. RGB value is (157,177,64). Sum of RGB (Red+Green+Blue) = 157+177+64=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB140 is #624EBF. Grayscale: #9E9E9E. Windows color (decimal): -6442688 or 4239773. OLE color: 4239773.

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

Color convert

RGB15717764-
CMYK0.1100.640.31
HSL70.62º46.89%47.25%-
HSV(B)70.62º63.84%69.41%-
XYZ30.5538.9810.76-
YUV158.1474.87127.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 64 (25.39% from 255) = 16.08%
R=39.45%
G=44.47%
B=16.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157177640.1100.640.3170.6246.8947.25
Hex9DB140B0401F472f2f
Octal235261100130100371075757
Binary10011101101100011000000101101000000111111000111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,177,64); }

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

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

 a { background-color: rgb(157,177,64); }

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

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

 span { border-color: rgb(157,177,64); }

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