#99BC1E

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

Shades of Bahia #99BC1E

Tints of Bahia #99BC1E

Color information

#99BC1E (or 0x99BC1E) is unknown color: approx Bahia. HEX triplet: 99, BC and 1E. RGB value is (153,188,30). Sum of RGB (Red+Green+Blue) = 153+188+30=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC1E is #6643E1. Grayscale: #A0A0A0. Windows color (decimal): -6702050 or 2014361. OLE color: 2014361.

HSL color Cylindrical-coordinate representation of color #99BC1E: hue angle of 73.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99BC1E is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB15318830-
CMYK0.1900.840.26
HSL73.29º72.48%42.75%-
HSV(B)73.29º84.04%73.73%-
XYZ31.3542.837.84-
YUV159.5254.9123.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 188 (73.83% from 255) = 50.67%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=41.24%
G=50.67%
B=8.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153188300.1900.840.2673.2972.4842.75
Hex99BC1E130541A49482b
Octal231274362301243211111053
Binary10011001101111001111010011010101001101010010011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,188,30); }

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

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

 a { background-color: rgb(153,188,30); }

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

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

 span { border-color: rgb(153,188,30); }

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