#9DB71C

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

Shades of Bahia #9DB71C

Tints of Bahia #9DB71C

Color information

#9DB71C (or 0x9DB71C) is unknown color: approx Bahia. HEX triplet: 9D, B7 and 1C. RGB value is (157,183,28). Sum of RGB (Red+Green+Blue) = 157+183+28=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB71C is #6248E3. Grayscale: #9E9E9E. Windows color (decimal): -6441188 or 1882013. OLE color: 1882013.

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

Color convert

RGB15718328-
CMYK0.1400.850.28
HSL70.06º73.46%41.37%-
HSV(B)70.06º84.7%71.76%-
XYZ31.0541.127.4-
YUV157.5654.89127.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 183 (71.88% from 255) = 49.73%
BLUE value IS 28 (11.33% from 255) = 7.61%
R=42.66%
G=49.73%
B=7.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal157183280.1400.850.2870.0673.4641.37
Hex9DB71CE0551C464929
Octal235267341601253410611151
Binary1001110110110111111001110010101011110010001101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,28); }

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

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

 a { background-color: rgb(157,183,28); }

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

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

 span { border-color: rgb(157,183,28); }

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