Html Css Color HEX #9DBB24 Bahia

📋 copy color: '#9DBB24'

red 157 ◦ green 187 ◦ blue 36

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

Shades of Bahia #9DBB24

Tints of Bahia #9DBB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.47%

R = 41.32%
G = 49.21%
B = 9.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#9DBB24 (or 0x9DBB24) is known color: Bahia. HEX triplet: 9D, BB and 24. RGB value is (157,187,36). Sum of RGB (Red+Green+Blue) = 157+187+36=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBB24 is #6244DB. Grayscale: #A1A1A1. Windows color (decimal): -6440156 or 2407325. OLE color: 2407325.

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

Color convert

RGB 157 187 36 -
CMYK 0.16 0 0.81 0.27
HSL 71.92º 0.68% 0.44% -
HSV(B) 71.92º 0.81% 0.73% -
XYZ 31.99 42.84 8.25 -
YUV 160.82 57.56 125.28 -
System Red Green Blue C M Y K H S L
Decimal 157 187 36 0.16 0 0.81 0.27 71.92 0.68 0.44
Hex 9D BB 24 10 0 51 1B 48 44 2C
Octal 235 273 44 20 0 121 33 110 104 54
Binary 10011101 10111011 100100 10000 0 1010001 11011 1001000 1000100 101100

Color Harmonies of #9DBB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB24

Black with #9DBB24

Text Example


Text Example

White with #9DBB24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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