#99C11B

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

Shades of Bahia #99C11B

Tints of Bahia #99C11B

Color information

#99C11B (or 0x99C11B) is unknown color: approx Bahia. HEX triplet: 99, C1 and 1B. RGB value is (153,193,27). Sum of RGB (Red+Green+Blue) = 153+193+27=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #99C11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C11B is #663EE4. Grayscale: #A2A2A2. Windows color (decimal): -6700773 or 1819033. OLE color: 1819033.

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

Color convert

RGB15319327-
CMYK0.2100.860.24
HSL74.46º75.45%43.14%-
HSV(B)74.46º86.01%75.69%-
XYZ32.444.998.01-
YUV162.1251.75121.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 193 (75.78% from 255) = 51.74%
BLUE value IS 27 (10.94% from 255) = 7.24%
R=41.02%
G=51.74%
B=7.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153193270.2100.860.2474.4675.4543.14
Hex99C11B15056184a4b2b
Octal231301332501263011211353
Binary10011001110000011101110101010101101100010010101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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