Html Css Color HEX #9DB919 Bahia

📋 copy color: '#9DB919'

red 157 ◦ green 185 ◦ blue 25

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

Shades of Bahia #9DB919

Tints of Bahia #9DB919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 42.78%
G = 50.41%
B = 6.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#9DB919 (or 0x9DB919) is known color: Bahia. HEX triplet: 9D, B9 and 19. RGB value is (157,185,25). Sum of RGB (Red+Green+Blue) = 157+185+25=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB919 is #6246E6. Grayscale: #9F9F9F. Windows color (decimal): -6440679 or 1685917. OLE color: 1685917.

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

Color convert

RGB 157 185 25 -
CMYK 0.15 0 0.86 0.27
HSL 70.5º 0.76% 0.41% -
HSV(B) 70.5º 0.86% 0.73% -
XYZ 31.43 41.94 7.36 -
YUV 158.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 157 185 25 0.15 0 0.86 0.27 70.5 0.76 0.41
Hex 9D B9 19 F 0 56 1B 46 4C 29
Octal 235 271 31 17 0 126 33 106 114 51
Binary 10011101 10111001 11001 1111 0 1010110 11011 1000110 1001100 101001

Color Harmonies of #9DB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB919

Black with #9DB919

Text Example


Text Example

White with #9DB919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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