#99A234

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

Shades of Citron #99A234

Tints of Citron #99A234

Color information

#99A234 (or 0x99A234) is unknown color: approx Citron. HEX triplet: 99, A2 and 34. RGB value is (153,162,52). Sum of RGB (Red+Green+Blue) = 153+162+52=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #99A234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A234 is #665DCB. Grayscale: #939393. Windows color (decimal): -6708684 or 3449497. OLE color: 3449497.

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

Color convert

RGB15316252-
CMYK0.0600.680.36
HSL64.91º51.4%41.96%-
HSV(B)64.91º67.9%63.53%-
XYZ26.6832.868.19-
YUV146.7774.52132.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 52 (20.70% from 255) = 14.17%
R=41.69%
G=44.14%
B=14.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153162520.0600.680.3664.9151.441.96
Hex99A23460442441332a
Octal2312426460104441016352
Binary1001100110100010110100110010001001001001000001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,162,52); }

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

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

 a { background-color: rgb(153,162,52); }

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

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

 span { border-color: rgb(153,162,52); }

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