#9DB628

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

Shades of Bahia #9DB628

Tints of Bahia #9DB628

Color information

#9DB628 (or 0x9DB628) is unknown color: approx Bahia. HEX triplet: 9D, B6 and 28. RGB value is (157,182,40). Sum of RGB (Red+Green+Blue) = 157+182+40=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB628 is #6249D7. Grayscale: #9E9E9E. Windows color (decimal): -6441432 or 2668189. OLE color: 2668189.

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

Color convert

RGB15718240-
CMYK0.1400.780.29
HSL70.56º63.96%43.53%-
HSV(B)70.56º78.02%71.37%-
XYZ31.0240.788.24-
YUV158.3461.22127.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.42%
GREEN value IS 182 (71.48% from 255) = 48.02%
BLUE value IS 40 (16.02% from 255) = 10.55%
R=41.42%
G=48.02%
B=10.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal157182400.1400.780.2970.5663.9643.53
Hex9DB628E04E1D47402c
Octal235266501601163510710054
Binary10011101101101101010001110010011101110110001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,182,40); }

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

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

 a { background-color: rgb(157,182,40); }

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

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

 span { border-color: rgb(157,182,40); }

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