Html Css Color HEX #9DB425 Bahia

📋 copy color: '#9DB425'

red 157 ◦ green 180 ◦ blue 37

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

Shades of Bahia #9DB425

Tints of Bahia #9DB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.13%

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

R = 41.98%
G = 48.13%
B = 9.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#9DB425 (or 0x9DB425) is known color: Bahia. HEX triplet: 9D, B4 and 25. RGB value is (157,180,37). Sum of RGB (Red+Green+Blue) = 157+180+37=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB425 is #624BDA. Grayscale: #9D9D9D. Windows color (decimal): -6441947 or 2471069. OLE color: 2471069.

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

Color convert

RGB 157 180 37 -
CMYK 0.13 0 0.79 0.29
HSL 69.65º 0.66% 0.43% -
HSV(B) 69.65º 0.79% 0.71% -
XYZ 30.56 39.94 7.85 -
YUV 156.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 157 180 37 0.13 0 0.79 0.29 69.65 0.66 0.43
Hex 9D B4 25 D 0 4F 1D 46 42 2B
Octal 235 264 45 15 0 117 35 106 102 53
Binary 10011101 10110100 100101 1101 0 1001111 11101 1000110 1000010 101011

Color Harmonies of #9DB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB425

Black with #9DB425

Text Example


Text Example

White with #9DB425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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