#9BB422

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

Shades of Bahia #9BB422

Tints of Bahia #9BB422

Color information

#9BB422 (or 0x9BB422) is unknown color: approx Bahia. HEX triplet: 9B, B4 and 22. RGB value is (155,180,34). Sum of RGB (Red+Green+Blue) = 155+180+34=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB422 is #644BDD. Grayscale: #9C9C9C. Windows color (decimal): -6573022 or 2274459. OLE color: 2274459.

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

Color convert

RGB15518034-
CMYK0.1400.810.29
HSL70.27º68.22%41.96%-
HSV(B)70.27º81.11%70.59%-
XYZ30.1339.737.59-
YUV155.8859.22127.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 180 (70.70% from 255) = 48.78%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=42.01%
G=48.78%
B=9.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155180340.1400.810.2970.2768.2241.96
Hex9BB422E0511D46442a
Octal233264421601213510610452
Binary10011011101101001000101110010100011110110001101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,34); }

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

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

 a { background-color: rgb(155,180,34); }

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

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

 span { border-color: rgb(155,180,34); }

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