#9FBB48

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

Shades of Celery #9FBB48

Tints of Celery #9FBB48

Color information

#9FBB48 (or 0x9FBB48) is unknown color: approx Celery. HEX triplet: 9F, BB and 48. RGB value is (159,187,72). Sum of RGB (Red+Green+Blue) = 159+187+72=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBB48 is #6044B7. Grayscale: #A5A5A5. Windows color (decimal): -6309048 or 4766623. OLE color: 4766623.

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

Color convert

RGB15918772-
CMYK0.1500.610.27
HSL74.61º45.82%50.78%-
HSV(B)74.61º61.5%73.33%-
XYZ33.2443.3812.75-
YUV165.5275.22123.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 187 (73.44% from 255) = 44.74%
BLUE value IS 72 (28.52% from 255) = 17.22%
R=38.04%
G=44.74%
B=17.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159187720.1500.610.2774.6145.8250.78
Hex9FBB48F03D1B4b2e33
Octal23727311017075331135663
Binary1001111110111011100100011110111101110111001011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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