#9FBD16

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

Shades of Bahia #9FBD16

Tints of Bahia #9FBD16

Color information

#9FBD16 (or 0x9FBD16) is unknown color: approx Bahia. HEX triplet: 9F, BD and 16. RGB value is (159,189,22). Sum of RGB (Red+Green+Blue) = 159+189+22=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBD16 is #6042E9. Grayscale: #A1A1A1. Windows color (decimal): -6308586 or 1490335. OLE color: 1490335.

HSL color Cylindrical-coordinate representation of color #9FBD16: hue angle of 70.78º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FBD16 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB15918922-
CMYK0.1600.880.26
HSL70.78º79.15%41.37%-
HSV(B)70.78º88.36%74.12%-
XYZ32.6443.827.5-
YUV160.9949.56126.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 189 (74.22% from 255) = 51.08%
BLUE value IS 22 (8.98% from 255) = 5.95%
R=42.97%
G=51.08%
B=5.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159189220.1600.880.2670.7879.1541.37
Hex9FBD16100581A474f29
Octal237275262001303210711751
Binary10011111101111011011010000010110001101010001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,22); }

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

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

 a { background-color: rgb(159,189,22); }

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

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

 span { border-color: rgb(159,189,22); }

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