#99A301

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

Shades of Citrus #99A301

Tints of Citrus #99A301

Color information

#99A301 (or 0x99A301) is unknown color: approx Citrus. HEX triplet: 99, A3 and 01. RGB value is (153,163,1). Sum of RGB (Red+Green+Blue) = 153+163+1=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #99A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A301 is #665CFE. Grayscale: #8E8E8E. Windows color (decimal): -6708479 or 107417. OLE color: 107417.

HSL color Cylindrical-coordinate representation of color #99A301: hue angle of 63.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99A301 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1531631-
CMYK0.0600.990.36
HSL63.7º98.78%32.16%-
HSV(B)63.7º99.39%63.92%-
XYZ26.2432.975.01-
YUV141.5448.69136.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 163 (64.06% from 255) = 51.42%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=48.26%
G=51.42%
B=0.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15316310.0600.990.3663.798.7832.16
Hex99A31606324406320
Octal2312431601434410014340
Binary100110011010001111100110001110010010000001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,163,1); }

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

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

 a { background-color: rgb(153,163,1); }

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

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

 span { border-color: rgb(153,163,1); }

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