#9FB61D

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

Shades of Bahia #9FB61D

Tints of Bahia #9FB61D

Color information

#9FB61D (or 0x9FB61D) is unknown color: approx Bahia. HEX triplet: 9F, B6 and 1D. RGB value is (159,182,29). Sum of RGB (Red+Green+Blue) = 159+182+29=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FB61D is #6049E2. Grayscale: #9E9E9E. Windows color (decimal): -6310371 or 1947295. OLE color: 1947295.

HSL color Cylindrical-coordinate representation of color #9FB61D: hue angle of 69.02º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FB61D is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB15918229-
CMYK0.1300.840.29
HSL69.02º72.51%41.37%-
HSV(B)69.02º84.07%71.37%-
XYZ31.2540.927.41-
YUV157.6855.38128.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 29 (11.72% from 255) = 7.84%
R=42.97%
G=49.19%
B=7.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159182290.1300.840.2969.0272.5141.37
Hex9FB61DD0541D454929
Octal237266351501243510511151
Binary1001111110110110111011101010101001110110001011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,29); }

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

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

 a { background-color: rgb(159,182,29); }

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

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

 span { border-color: rgb(159,182,29); }

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