Html Css Color HEX #9DB925 Bahia

📋 copy color: '#9DB925'

red 157 ◦ green 185 ◦ blue 37

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

Shades of Bahia #9DB925

Tints of Bahia #9DB925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.76%

R = 41.42%
G = 48.81%
B = 9.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#9DB925 (or 0x9DB925) is known color: Bahia. HEX triplet: 9D, B9 and 25. RGB value is (157,185,37). Sum of RGB (Red+Green+Blue) = 157+185+37=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB925 is #6246DA. Grayscale: #A0A0A0. Windows color (decimal): -6440667 or 2472349. OLE color: 2472349.

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

Color convert

RGB 157 185 37 -
CMYK 0.15 0 0.80 0.27
HSL 71.35º 0.67% 0.44% -
HSV(B) 71.35º 0.8% 0.73% -
XYZ 31.59 42 8.19 -
YUV 159.76 58.72 126.03 -
System Red Green Blue C M Y K H S L
Decimal 157 185 37 0.15 0 0.80 0.27 71.35 0.67 0.44
Hex 9D B9 25 F 0 50 1B 47 43 2C
Octal 235 271 45 17 0 120 33 107 103 54
Binary 10011101 10111001 100101 1111 0 1010000 11011 1000111 1000011 101100

Color Harmonies of #9DB925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB925

Black with #9DB925

Text Example


Text Example

White with #9DB925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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