#9BB045

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

Shades of Celery #9BB045

Tints of Celery #9BB045

Color information

#9BB045 (or 0x9BB045) is unknown color: approx Celery. HEX triplet: 9B, B0 and 45. RGB value is (155,176,69). Sum of RGB (Red+Green+Blue) = 155+176+69=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BB045 is #644FBA. Grayscale: #9D9D9D. Windows color (decimal): -6574011 or 4567195. OLE color: 4567195.

HSL color Cylindrical-coordinate representation of color #9BB045: hue angle of 71.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BB045 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB15517669-
CMYK0.1200.610.31
HSL71.78º43.67%48.04%-
HSV(B)71.78º60.8%69.02%-
XYZ30.1238.4511.46-
YUV157.5278.04126.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 176 (69.14% from 255) = 44%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=38.75%
G=44%
B=17.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155176690.1200.610.3171.7843.6748.04
Hex9BB045C03D1F482c30
Octal23326010514075371105460
Binary1001101110110000100010111000111101111111001000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,69); }

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

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

 a { background-color: rgb(155,176,69); }

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

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

 span { border-color: rgb(155,176,69); }

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