Html Css Color HEX #9BBB1D Bahia

📋 copy color: '#9BBB1D'

red 155 ◦ green 187 ◦ blue 29

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

Shades of Bahia #9BBB1D

Tints of Bahia #9BBB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 41.78%
G = 50.4%
B = 7.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#9BBB1D (or 0x9BBB1D) is known color: Bahia. HEX triplet: 9B, BB and 1D. RGB value is (155,187,29). Sum of RGB (Red+Green+Blue) = 155+187+29=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBB1D is #6444E2. Grayscale: #A0A0A0. Windows color (decimal): -6571235 or 1948571. OLE color: 1948571.

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

Color convert

RGB 155 187 29 -
CMYK 0.17 0 0.84 0.27
HSL 72.15º 0.73% 0.42% -
HSV(B) 72.15º 0.84% 0.73% -
XYZ 31.51 42.6 7.72 -
YUV 159.42 54.4 124.85 -
System Red Green Blue C M Y K H S L
Decimal 155 187 29 0.17 0 0.84 0.27 72.15 0.73 0.42
Hex 9B BB 1D 11 0 54 1B 48 49 2A
Octal 233 273 35 21 0 124 33 110 111 52
Binary 10011011 10111011 11101 10001 0 1010100 11011 1001000 1001001 101010

Color Harmonies of #9BBB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB1D

Black with #9BBB1D

Text Example


Text Example

White with #9BBB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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