#9FB248

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

Shades of Celery #9FB248

Tints of Celery #9FB248

Color information

#9FB248 (or 0x9FB248) is unknown color: approx Celery. HEX triplet: 9F, B2 and 48. RGB value is (159,178,72). Sum of RGB (Red+Green+Blue) = 159+178+72=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB248 is #604DB7. Grayscale: #A0A0A0. Windows color (decimal): -6311352 or 4764319. OLE color: 4764319.

HSL color Cylindrical-coordinate representation of color #9FB248: hue angle of 70.75º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FB248 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB15917872-
CMYK0.1100.600.30
HSL70.75º42.4%49.02%-
HSV(B)70.75º59.55%69.8%-
XYZ31.3939.6812.14-
YUV160.2378.21127.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 178 (69.92% from 255) = 43.52%
BLUE value IS 72 (28.52% from 255) = 17.60%
R=38.88%
G=43.52%
B=17.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159178720.1100.600.3070.7542.449.02
Hex9FB248B03C1E472a31
Octal23726211013074361075261
Binary1001111110110010100100010110111100111101000111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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