Html Css Color HEX #9DBB19 Bahia

📋 copy color: '#9DBB19'

red 157 ◦ green 187 ◦ blue 25

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

Shades of Bahia #9DBB19

Tints of Bahia #9DBB19

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.68%

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

R = 42.55%
G = 50.68%
B = 6.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#9DBB19 (or 0x9DBB19) is known color: Bahia. HEX triplet: 9D, BB and 19. RGB value is (157,187,25). Sum of RGB (Red+Green+Blue) = 157+187+25=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB19 is #6244E6. Grayscale: #A0A0A0. Windows color (decimal): -6440167 or 1686429. OLE color: 1686429.

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

Color convert

RGB 157 187 25 -
CMYK 0.16 0 0.87 0.27
HSL 71.11º 0.76% 0.42% -
HSV(B) 71.11º 0.87% 0.73% -
XYZ 31.85 42.78 7.5 -
YUV 159.56 52.06 126.17 -
System Red Green Blue C M Y K H S L
Decimal 157 187 25 0.16 0 0.87 0.27 71.11 0.76 0.42
Hex 9D BB 19 10 0 57 1B 47 4C 2A
Octal 235 273 31 20 0 127 33 107 114 52
Binary 10011101 10111011 11001 10000 0 1010111 11011 1000111 1001100 101010

Color Harmonies of #9DBB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB19

Black with #9DBB19

Text Example


Text Example

White with #9DBB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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