#9FBA4F

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

Shades of Celery #9FBA4F

Tints of Celery #9FBA4F

Color information

#9FBA4F (or 0x9FBA4F) is unknown color: approx Celery. HEX triplet: 9F, BA and 4F. RGB value is (159,186,79). Sum of RGB (Red+Green+Blue) = 159+186+79=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA4F is #6045B0. Grayscale: #A6A6A6. Windows color (decimal): -6309297 or 5225119. OLE color: 5225119.

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

Color convert

RGB15918679-
CMYK0.1500.580.27
HSL75.14º43.67%51.96%-
HSV(B)75.14º57.53%72.94%-
XYZ33.2743.0513.95-
YUV165.7379.05123.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.5%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=37.5%
G=43.87%
B=18.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159186790.1500.580.2775.1443.6751.96
Hex9FBA4FF03A1B4b2c34
Octal23727211717072331135464
Binary1001111110111010100111111110111010110111001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,79); }

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

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

 a { background-color: rgb(159,186,79); }

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

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

 span { border-color: rgb(159,186,79); }

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