Html Css Color HEX #9DB924 Bahia

📋 copy color: '#9DB924'

red 157 ◦ green 185 ◦ blue 36

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

Shades of Bahia #9DB924

Tints of Bahia #9DB924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.94%

 BLUE value IS 36 (14.45% from 255) = 9.52%

R = 41.53%
G = 48.94%
B = 9.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#9DB924 (or 0x9DB924) is known color: Bahia. HEX triplet: 9D, B9 and 24. RGB value is (157,185,36). Sum of RGB (Red+Green+Blue) = 157+185+36=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB924 is #6246DB. Grayscale: #A0A0A0. Windows color (decimal): -6440668 or 2406813. OLE color: 2406813.

HSL color Cylindrical-coordinate representation of color #9DB924: hue angle of 71.28º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DB924 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 36 -
CMYK 0.15 0 0.81 0.27
HSL 71.28º 0.67% 0.43% -
HSV(B) 71.28º 0.81% 0.73% -
XYZ 31.57 41.99 8.11 -
YUV 159.64 58.22 126.12 -
System Red Green Blue C M Y K H S L
Decimal 157 185 36 0.15 0 0.81 0.27 71.28 0.67 0.43
Hex 9D B9 24 F 0 51 1B 47 43 2B
Octal 235 271 44 17 0 121 33 107 103 53
Binary 10011101 10111001 100100 1111 0 1010001 11011 1000111 1000011 101011

Color Harmonies of #9DB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB924

Black with #9DB924

Text Example


Text Example

White with #9DB924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,36); }

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

background-color css

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

 a { background-color: rgb(157,185,36); }

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

border-color css

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

 span { border-color: rgb(157,185,36); }

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