Html Css Color HEX #9DBC19 Bahia

📋 copy color: '#9DBC19'

red 157 ◦ green 188 ◦ blue 25

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

Shades of Bahia #9DBC19

Tints of Bahia #9DBC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.81%

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

R = 42.43%
G = 50.81%
B = 6.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#9DBC19 (or 0x9DBC19) is known color: Bahia. HEX triplet: 9D, BC and 19. RGB value is (157,188,25). Sum of RGB (Red+Green+Blue) = 157+188+25=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBC19 is #6243E6. Grayscale: #A0A0A0. Windows color (decimal): -6439911 or 1686685. OLE color: 1686685.

HSL color Cylindrical-coordinate representation of color #9DBC19: hue angle of 71.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DBC19 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 188 25 -
CMYK 0.16 0 0.87 0.26
HSL 71.41º 0.77% 0.42% -
HSV(B) 71.41º 0.87% 0.74% -
XYZ 32.06 43.2 7.57 -
YUV 160.15 51.73 125.75 -
System Red Green Blue C M Y K H S L
Decimal 157 188 25 0.16 0 0.87 0.26 71.41 0.77 0.42
Hex 9D BC 19 10 0 57 1A 47 4D 2A
Octal 235 274 31 20 0 127 32 107 115 52
Binary 10011101 10111100 11001 10000 0 1010111 11010 1000111 1001101 101010

Color Harmonies of #9DBC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBC19

Black with #9DBC19

Text Example


Text Example

White with #9DBC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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