#9FB928

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

Shades of Bahia #9FB928

Tints of Bahia #9FB928

Color information

#9FB928 (or 0x9FB928) is unknown color: approx Bahia. HEX triplet: 9F, B9 and 28. RGB value is (159,185,40). Sum of RGB (Red+Green+Blue) = 159+185+40=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB928 is #6046D7. Grayscale: #A1A1A1. Windows color (decimal): -6309592 or 2668959. OLE color: 2668959.

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

Color convert

RGB15918540-
CMYK0.1400.780.27
HSL70.76º64.44%44.12%-
HSV(B)70.76º78.38%72.55%-
XYZ32.0342.228.47-
YUV160.759.89126.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 185 (72.66% from 255) = 48.18%
BLUE value IS 40 (16.02% from 255) = 10.42%
R=41.41%
G=48.18%
B=10.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159185400.1400.780.2770.7664.4444.12
Hex9FB928E04E1B47402c
Octal237271501601163310710054
Binary10011111101110011010001110010011101101110001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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