Html Css Color HEX #9DB825 Bahia

📋 copy color: '#9DB825'

red 157 ◦ green 184 ◦ blue 37

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

Shades of Bahia #9DB825

Tints of Bahia #9DB825

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.68%

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

R = 41.53%
G = 48.68%
B = 9.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#9DB825 (or 0x9DB825) is known color: Bahia. HEX triplet: 9D, B8 and 25. RGB value is (157,184,37). Sum of RGB (Red+Green+Blue) = 157+184+37=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB825 is #6247DA. Grayscale: #9F9F9F. Windows color (decimal): -6440923 or 2472093. OLE color: 2472093.

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

Color convert

RGB 157 184 37 -
CMYK 0.15 0 0.80 0.28
HSL 71.02º 0.67% 0.43% -
HSV(B) 71.02º 0.8% 0.72% -
XYZ 31.38 41.58 8.12 -
YUV 159.17 59.05 126.45 -
System Red Green Blue C M Y K H S L
Decimal 157 184 37 0.15 0 0.80 0.28 71.02 0.67 0.43
Hex 9D B8 25 F 0 50 1C 47 43 2B
Octal 235 270 45 17 0 120 34 107 103 53
Binary 10011101 10111000 100101 1111 0 1010000 11100 1000111 1000011 101011

Color Harmonies of #9DB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB825

Black with #9DB825

Text Example


Text Example

White with #9DB825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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