#9dbf17

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

Shades of Bahia #9DBF17

Tints of Bahia #9DBF17

Color information

#9DBF17 (or 0x9DBF17) is unknown color: approx Bahia. HEX triplet: 9D, BF and 17. RGB value is (157,191,23). Sum of RGB (Red+Green+Blue) = 157+191+23=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBF17 is #6240E8. Grayscale: #A2A2A2. Windows color (decimal): -6439145 or 1556381. OLE color: 1556381.

HSL color Cylindrical-coordinate representation of color #9DBF17: hue angle of 72.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DBF17 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB15719123-
CMYK0.1800.880.25
HSL72.14º78.5%41.96%-
HSV(B)72.14º87.96%74.9%-
XYZ32.6944.497.68-
YUV161.6849.74124.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 191 (75% from 255) = 51.48%
BLUE value IS 23 (9.38% from 255) = 6.20%
R=42.32%
G=51.48%
B=6.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157191230.1800.880.2572.1478.541.96
Hex9DBF171205819484f2a
Octal235277272201303111011752
Binary10011101101111111011110010010110001100110010001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9dbf17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,191,23); }

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

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

 a { background-color: rgb(157,191,23); }

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

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

 span { border-color: rgb(157,191,23); }

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