Html Css Color HEX #9DBB28 Bahia

📋 copy color: '#9DBB28'

red 157 ◦ green 187 ◦ blue 40

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

Shades of Bahia #9DBB28

Tints of Bahia #9DBB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 40.89%
G = 48.7%
B = 10.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#9DBB28 (or 0x9DBB28) is known color: Bahia. HEX triplet: 9D, BB and 28. RGB value is (157,187,40). Sum of RGB (Red+Green+Blue) = 157+187+40=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBB28 is #6244D7. Grayscale: #A1A1A1. Windows color (decimal): -6440152 or 2669469. OLE color: 2669469.

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

Color convert

RGB 157 187 40 -
CMYK 0.16 0 0.79 0.27
HSL 72.24º 0.65% 0.45% -
HSV(B) 72.24º 0.79% 0.73% -
XYZ 32.06 42.86 8.59 -
YUV 161.27 59.56 124.95 -
System Red Green Blue C M Y K H S L
Decimal 157 187 40 0.16 0 0.79 0.27 72.24 0.65 0.45
Hex 9D BB 28 10 0 4F 1B 48 41 2D
Octal 235 273 50 20 0 117 33 110 101 55
Binary 10011101 10111011 101000 10000 0 1001111 11011 1001000 1000001 101101

Color Harmonies of #9DBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB28

Black with #9DBB28

Text Example


Text Example

White with #9DBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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