#9BB521

Color #9BB521 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #9BB521

Tints of Bahia #9BB521

Color information

#9BB521 (or 0x9BB521) is unknown color: approx Bahia. HEX triplet: 9B, B5 and 21. RGB value is (155,181,33). Sum of RGB (Red+Green+Blue) = 155+181+33=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB521 is #644ADE. Grayscale: #9C9C9C. Windows color (decimal): -6572767 or 2209179. OLE color: 2209179.

HSL color Cylindrical-coordinate representation of color #9BB521: hue angle of 70.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9BB521 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB15518133-
CMYK0.1400.820.29
HSL70.54º69.16%41.96%-
HSV(B)70.54º81.77%70.98%-
XYZ30.3240.137.59-
YUV156.3558.39127.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 33 (13.28% from 255) = 8.94%
R=42.01%
G=49.05%
B=8.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155181330.1400.820.2970.5469.1641.96
Hex9BB521E0521D47452a
Octal233265411601223510710552
Binary10011011101101011000011110010100101110110001111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,33); }

 H1.HeaderClassName
 {
   color: #9BB521;
 }
 .AnyTagClassName
 {
   color: #9BB521;
 }
</style>
background-color css

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

 a { background-color: rgb(155,181,33); }

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

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

 span { border-color: rgb(155,181,33); }

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