#99C11A

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

Shades of Bahia #99C11A

Tints of Bahia #99C11A

Color information

#99C11A (or 0x99C11A) is unknown color: approx Bahia. HEX triplet: 99, C1 and 1A. RGB value is (153,193,26). Sum of RGB (Red+Green+Blue) = 153+193+26=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #99C11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C11A is #663EE5. Grayscale: #A2A2A2. Windows color (decimal): -6700774 or 1753497. OLE color: 1753497.

HSL color Cylindrical-coordinate representation of color #99C11A: hue angle of 74.37º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99C11A is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB15319326-
CMYK0.2100.870.24
HSL74.37º76.26%42.94%-
HSV(B)74.37º86.53%75.69%-
XYZ32.3944.997.95-
YUV16251.25121.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 193 (75.78% from 255) = 51.88%
BLUE value IS 26 (10.55% from 255) = 6.99%
R=41.13%
G=51.88%
B=6.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153193260.2100.870.2474.3776.2642.94
Hex99C11A15057184a4c2b
Octal231301322501273011211453
Binary10011001110000011101010101010101111100010010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,193,26); }

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

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

 a { background-color: rgb(153,193,26); }

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

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

 span { border-color: rgb(153,193,26); }

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