Html Css Color HEX #9DB521 Bahia

📋 copy color: '#9DB521'

red 157 ◦ green 181 ◦ blue 33

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

Shades of Bahia #9DB521

Tints of Bahia #9DB521

RGB

 RED value IS 157 (61.72% from 255) = 42.32%

 GREEN value IS 181 (71.09% from 255) = 48.79%

 BLUE value IS 33 (13.28% from 255) = 8.89%

R = 42.32%
G = 48.79%
B = 8.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#9DB521 (or 0x9DB521) is known color: Bahia. HEX triplet: 9D, B5 and 21. RGB value is (157,181,33). Sum of RGB (Red+Green+Blue) = 157+181+33=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB521 is #624ADE. Grayscale: #9D9D9D. Windows color (decimal): -6441695 or 2209181. OLE color: 2209181.

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

Color convert

RGB 157 181 33 -
CMYK 0.13 0 0.82 0.29
HSL 69.73º 0.69% 0.42% -
HSV(B) 69.73º 0.82% 0.71% -
XYZ 30.7 40.33 7.6 -
YUV 156.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 157 181 33 0.13 0 0.82 0.29 69.73 0.69 0.42
Hex 9D B5 21 D 0 52 1D 46 45 2A
Octal 235 265 41 15 0 122 35 106 105 52
Binary 10011101 10110101 100001 1101 0 1010010 11101 1000110 1000101 101010

Color Harmonies of #9DB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB521

Black with #9DB521

Text Example


Text Example

White with #9DB521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,181,33); }

 H1.HeaderClassName
 {
   color: #9DB521;
 }
 .AnyTagClassName
 {
   color: #9DB521;
 }
</style>

background-color css

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

 a { background-color: rgb(157,181,33); }

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

border-color css

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

 span { border-color: rgb(157,181,33); }

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