#99b20a

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

Shades of Citrus #99B20A

Tints of Citrus #99B20A

Color information

#99B20A (or 0x99B20A) is unknown color: approx Citrus. HEX triplet: 99, B2 and 0A. RGB value is (153,178,10). Sum of RGB (Red+Green+Blue) = 153+178+10=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #99B20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B20A is #664DF5. Grayscale: #989898. Windows color (decimal): -6704630 or 701081. OLE color: 701081.

HSL color Cylindrical-coordinate representation of color #99B20A: hue angle of 68.93º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99B20A is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB15317810-
CMYK0.1400.940.30
HSL68.93º89.36%36.86%-
HSV(B)68.93º94.38%69.8%-
XYZ29.1138.646.21-
YUV151.3748.22129.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 178 (69.92% from 255) = 52.20%
BLUE value IS 10 (4.30% from 255) = 2.93%
R=44.87%
G=52.20%
B=2.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153178100.1400.940.3068.9389.3636.86
Hex99B2AE05E1E455925
Octal231262121601363610513145
Binary100110011011001010101110010111101111010001011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99b20a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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