#9FB022

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

Shades of Bahia #9FB022

Tints of Bahia #9FB022

Color information

#9FB022 (or 0x9FB022) is unknown color: approx Bahia. HEX triplet: 9F, B0 and 22. RGB value is (159,176,34). Sum of RGB (Red+Green+Blue) = 159+176+34=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB022 is #604FDD. Grayscale: #9B9B9B. Windows color (decimal): -6311902 or 2273439. OLE color: 2273439.

HSL color Cylindrical-coordinate representation of color #9FB022: hue angle of 67.18º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9FB022 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB15917634-
CMYK0.1000.810.31
HSL67.18º67.62%41.18%-
HSV(B)67.18º80.68%69.02%-
XYZ30.1138.547.36-
YUV154.7359.87131.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=43.09%
G=47.70%
B=9.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159176340.1000.810.3167.1867.6241.18
Hex9FB022A0511F434429
Octal237260421201213710310451
Binary10011111101100001000101010010100011111110000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,34); }

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

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

 a { background-color: rgb(159,176,34); }

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

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

 span { border-color: rgb(159,176,34); }

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