#99A515

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

Shades of Citron #99A515

Tints of Citron #99A515

Color information

#99A515 (or 0x99A515) is unknown color: approx Citron. HEX triplet: 99, A5 and 15. RGB value is (153,165,21). Sum of RGB (Red+Green+Blue) = 153+165+21=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #99A515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A515 is #665AEA. Grayscale: #919191. Windows color (decimal): -6707947 or 1418649. OLE color: 1418649.

HSL color Cylindrical-coordinate representation of color #99A515: hue angle of 65º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99A515 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB15316521-
CMYK0.0700.870.35
HSL65º77.42%36.47%-
HSV(B)65º87.27%64.71%-
XYZ26.7333.745.81-
YUV14558.02133.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 21 (8.59% from 255) = 6.19%
R=45.13%
G=48.67%
B=6.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153165210.0700.870.356577.4236.47
Hex99A515705723414d24
Octal23124525701274310111544
Binary1001100110100101101011110101011110001110000011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,165,21); }

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

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

 a { background-color: rgb(153,165,21); }

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

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

 span { border-color: rgb(153,165,21); }

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