#9BB620

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

Shades of Bahia #9BB620

Tints of Bahia #9BB620

Color information

#9BB620 (or 0x9BB620) is unknown color: approx Bahia. HEX triplet: 9B, B6 and 20. RGB value is (155,182,32). Sum of RGB (Red+Green+Blue) = 155+182+32=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB620 is #6449DF. Grayscale: #9D9D9D. Windows color (decimal): -6572512 or 2143899. OLE color: 2143899.

HSL color Cylindrical-coordinate representation of color #9BB620: hue angle of 70.8º degrees, saturation: 0.7, 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 #9BB620 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB15518232-
CMYK0.1500.820.29
HSL70.8º70.09%41.96%-
HSV(B)70.8º82.42%71.37%-
XYZ30.5140.537.58-
YUV156.8357.55126.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 182 (71.48% from 255) = 49.32%
BLUE value IS 32 (12.89% from 255) = 8.67%
R=42.01%
G=49.32%
B=8.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155182320.1500.820.2970.870.0941.96
Hex9BB620F0521D47462a
Octal233266401701223510710652
Binary10011011101101101000001111010100101110110001111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,32); }

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

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

 a { background-color: rgb(155,182,32); }

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

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

 span { border-color: rgb(155,182,32); }

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