#99B50A

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

Shades of Citrus #99B50A

Tints of Citrus #99B50A

Color information

#99B50A (or 0x99B50A) is unknown color: approx Citrus. HEX triplet: 99, B5 and 0A. RGB value is (153,181,10). Sum of RGB (Red+Green+Blue) = 153+181+10=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #99B50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B50A is #664AF5. Grayscale: #999999. Windows color (decimal): -6703862 or 701849. OLE color: 701849.

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

Color convert

RGB15318110-
CMYK0.1500.940.29
HSL69.82º89.53%37.45%-
HSV(B)69.82º94.48%70.98%-
XYZ29.7239.846.41-
YUV153.1347.22127.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 181 (71.09% from 255) = 52.62%
BLUE value IS 10 (4.30% from 255) = 2.91%
R=44.48%
G=52.62%
B=2.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153181100.1500.940.2969.8289.5337.45
Hex99B5AF05E1D465a25
Octal231265121701363510613245
Binary100110011011010110101111010111101110110001101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,181,10); }

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

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

 a { background-color: rgb(153,181,10); }

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

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

 span { border-color: rgb(153,181,10); }

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