Html Css Color HEX #9DB628 Bahia

📋 copy color: '#9DB628'

red 157 ◦ green 182 ◦ blue 40

#9DB628
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9DB628

Tints of Bahia #9DB628

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 value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#9DB628 (or 0x9DB628) is known color: 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

RGB 157 182 40 -
CMYK 0.14 0 0.78 0.29
HSL 70.56º 0.64% 0.44% -
HSV(B) 70.56º 0.78% 0.71% -
XYZ 31.02 40.78 8.24 -
YUV 158.34 61.22 127.05 -
System Red Green Blue C M Y K H S L
Decimal 157 182 40 0.14 0 0.78 0.29 70.56 0.64 0.44
Hex 9D B6 28 E 0 4E 1D 47 40 2C
Octal 235 266 50 16 0 116 35 107 100 54
Binary 10011101 10110110 101000 1110 0 1001110 11101 1000111 1000000 101100

Color Harmonies of #9DB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB628

Black with #9DB628

Text Example


Text Example

White with #9DB628

Text Example


Text Example

HTML Codes & Css Web 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>