#9FB918

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

Shades of Bahia #9FB918

Tints of Bahia #9FB918

Color information

#9FB918 (or 0x9FB918) is unknown color: approx Bahia. HEX triplet: 9F, B9 and 18. RGB value is (159,185,24). Sum of RGB (Red+Green+Blue) = 159+185+24=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB918 is #6046E7. Grayscale: #9F9F9F. Windows color (decimal): -6309608 or 1620383. OLE color: 1620383.

HSL color Cylindrical-coordinate representation of color #9FB918: hue angle of 69.69º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FB918 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB15918524-
CMYK0.1400.870.27
HSL69.69º77.03%40.98%-
HSV(B)69.69º87.03%72.55%-
XYZ31.8142.137.32-
YUV158.8751.89128.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 185 (72.66% from 255) = 50.27%
BLUE value IS 24 (9.77% from 255) = 6.52%
R=43.21%
G=50.27%
B=6.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159185240.1400.870.2769.6977.0340.98
Hex9FB918E0571B464d29
Octal237271301601273310611551
Binary1001111110111001110001110010101111101110001101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,185,24); }

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

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

 a { background-color: rgb(159,185,24); }

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

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

 span { border-color: rgb(159,185,24); }

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