Html Css Color HEX #9BBB29 Bahia

📋 copy color: '#9BBB29'

red 155 ◦ green 187 ◦ blue 41

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

Shades of Bahia #9BBB29

Tints of Bahia #9BBB29

RGB

 RED value IS 155 (60.94% from 255) = 40.47%

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

 BLUE value IS 41 (16.41% from 255) = 10.7%

R = 40.47%
G = 48.83%
B = 10.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#9BBB29 (or 0x9BBB29) is known color: Bahia. HEX triplet: 9B, BB and 29. RGB value is (155,187,41). Sum of RGB (Red+Green+Blue) = 155+187+41=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBB29 is #6444D6. Grayscale: #A1A1A1. Windows color (decimal): -6571223 or 2735003. OLE color: 2735003.

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

Color convert

RGB 155 187 41 -
CMYK 0.17 0 0.78 0.27
HSL 73.15º 0.64% 0.45% -
HSV(B) 73.15º 0.78% 0.73% -
XYZ 31.69 42.67 8.66 -
YUV 160.79 60.4 123.87 -
System Red Green Blue C M Y K H S L
Decimal 155 187 41 0.17 0 0.78 0.27 73.15 0.64 0.45
Hex 9B BB 29 11 0 4E 1B 49 40 2D
Octal 233 273 51 21 0 116 33 111 100 55
Binary 10011011 10111011 101001 10001 0 1001110 11011 1001001 1000000 101101

Color Harmonies of #9BBB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB29

Black with #9BBB29

Text Example


Text Example

White with #9BBB29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,41); }

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

background-color css

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

 a { background-color: rgb(155,187,41); }

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

border-color css

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

 span { border-color: rgb(155,187,41); }

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