#99B722

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

Shades of Bahia #99B722

Tints of Bahia #99B722

Color information

#99B722 (or 0x99B722) is unknown color: approx Bahia. HEX triplet: 99, B7 and 22. RGB value is (153,183,34). Sum of RGB (Red+Green+Blue) = 153+183+34=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #99B722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B722 is #6648DD. Grayscale: #9D9D9D. Windows color (decimal): -6703326 or 2275225. OLE color: 2275225.

HSL color Cylindrical-coordinate representation of color #99B722: hue angle of 72.08º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99B722 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB15318334-
CMYK0.1600.810.28
HSL72.08º68.66%42.55%-
HSV(B)72.08º81.42%71.76%-
XYZ30.3640.757.78-
YUV157.0458.56125.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 183 (71.88% from 255) = 49.46%
BLUE value IS 34 (13.67% from 255) = 9.19%
R=41.35%
G=49.46%
B=9.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153183340.1600.810.2872.0868.6642.55
Hex99B722100511C48452b
Octal231267422001213411010553
Binary100110011011011110001010000010100011110010010001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B722; }

 p { color: rgb(153,183,34); }

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

<style>
 a { background-color: #99B722; }

 a { background-color: rgb(153,183,34); }

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

<style>
 span { border-color: #99B722; }

 span { border-color: rgb(153,183,34); }

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