#99B41F

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

Shades of Bahia #99B41F

Tints of Bahia #99B41F

Color information

#99B41F (or 0x99B41F) is unknown color: approx Bahia. HEX triplet: 99, B4 and 1F. RGB value is (153,180,31). Sum of RGB (Red+Green+Blue) = 153+180+31=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #99B41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B41F is #664BE0. Grayscale: #9B9B9B. Windows color (decimal): -6704097 or 2077849. OLE color: 2077849.

HSL color Cylindrical-coordinate representation of color #99B41F: hue angle of 70.87º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99B41F is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB15318031-
CMYK0.1500.830.29
HSL70.87º70.62%41.37%-
HSV(B)70.87º82.78%70.59%-
XYZ29.7139.517.36-
YUV154.9458.05126.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 180 (70.70% from 255) = 49.45%
BLUE value IS 31 (12.5% from 255) = 8.52%
R=42.03%
G=49.45%
B=8.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153180310.1500.830.2970.8770.6241.37
Hex99B41FF0531D474729
Octal231264371701233510710751
Binary1001100110110100111111111010100111110110001111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,31); }

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

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

 a { background-color: rgb(153,180,31); }

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

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

 span { border-color: rgb(153,180,31); }

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