#9FB22D

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

Shades of Bahia #9FB22D

Tints of Bahia #9FB22D

Color information

#9FB22D (or 0x9FB22D) is unknown color: approx Bahia. HEX triplet: 9F, B2 and 2D. RGB value is (159,178,45). Sum of RGB (Red+Green+Blue) = 159+178+45=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB22D is #604DD2. Grayscale: #9D9D9D. Windows color (decimal): -6311379 or 2994847. OLE color: 2994847.

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

Color convert

RGB15917845-
CMYK0.1100.750.30
HSL68.57º59.64%43.73%-
HSV(B)68.57º74.72%69.8%-
XYZ30.6939.48.47-
YUV157.1664.71129.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 45 (17.97% from 255) = 11.78%
R=41.62%
G=46.60%
B=11.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159178450.1100.750.3068.5759.6443.73
Hex9FB22DB04B1E453c2c
Octal23726255130113361057454
Binary1001111110110010101101101101001011111101000101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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