#9FBB50

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

Shades of Celery #9FBB50

Tints of Celery #9FBB50

Color information

#9FBB50 (or 0x9FBB50) is unknown color: approx Celery. HEX triplet: 9F, BB and 50. RGB value is (159,187,80). Sum of RGB (Red+Green+Blue) = 159+187+80=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBB50 is #6044AF. Grayscale: #A6A6A6. Windows color (decimal): -6309040 or 5290911. OLE color: 5290911.

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

Color convert

RGB15918780-
CMYK0.1500.570.27
HSL75.7º44.03%52.35%-
HSV(B)75.7º57.22%73.33%-
XYZ33.5243.4914.22-
YUV166.4379.22122.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 187 (73.44% from 255) = 43.90%
BLUE value IS 80 (31.64% from 255) = 18.78%
R=37.32%
G=43.90%
B=18.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159187800.1500.570.2775.744.0352.35
Hex9FBB50F0391B4c2c34
Octal23727312017071331145464
Binary1001111110111011101000011110111001110111001100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,80); }

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

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

 a { background-color: rgb(159,187,80); }

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

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

 span { border-color: rgb(159,187,80); }

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