#9FB650

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

Shades of Celery #9FB650

Tints of Celery #9FB650

Color information

#9FB650 (or 0x9FB650) is unknown color: approx Celery. HEX triplet: 9F, B6 and 50. RGB value is (159,182,80). Sum of RGB (Red+Green+Blue) = 159+182+80=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB650 is #6049AF. Grayscale: #A3A3A3. Windows color (decimal): -6310320 or 5289631. OLE color: 5289631.

HSL color Cylindrical-coordinate representation of color #9FB650: hue angle of 73.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FB650 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB15918280-
CMYK0.1300.560.29
HSL73.53º41.13%51.37%-
HSV(B)73.53º56.04%71.37%-
XYZ32.4741.4113.87-
YUV163.580.88124.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 182 (71.48% from 255) = 43.23%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=37.77%
G=43.23%
B=19.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159182800.1300.560.2973.5341.1351.37
Hex9FB650D0381D4a2933
Octal23726612015070351125163
Binary1001111110110110101000011010111000111011001010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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