#99A622

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

Shades of Citron #99A622

Tints of Citron #99A622

Color information

#99A622 (or 0x99A622) is unknown color: approx Citron. HEX triplet: 99, A6 and 22. RGB value is (153,166,34). Sum of RGB (Red+Green+Blue) = 153+166+34=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #99A622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A622 is #6659DD. Grayscale: #939393. Windows color (decimal): -6707678 or 2270873. OLE color: 2270873.

HSL color Cylindrical-coordinate representation of color #99A622: hue angle of 65.91º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99A622 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB15316634-
CMYK0.0800.800.35
HSL65.91º66%39.22%-
HSV(B)65.91º79.52%65.1%-
XYZ27.0634.166.68-
YUV147.0664.19132.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=43.34%
G=47.03%
B=9.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153166340.0800.800.3565.916639.22
Hex99A622805023424227
Octal231246421001204310210247
Binary100110011010011010001010000101000010001110000101000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,166,34); }

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

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

 a { background-color: rgb(153,166,34); }

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

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

 span { border-color: rgb(153,166,34); }

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