#99A438

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

Shades of Citron #99A438

Tints of Citron #99A438

Color information

#99A438 (or 0x99A438) is unknown color: approx Citron. HEX triplet: 99, A4 and 38. RGB value is (153,164,56). Sum of RGB (Red+Green+Blue) = 153+164+56=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #99A438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A438 is #665BC7. Grayscale: #949494. Windows color (decimal): -6708168 or 3712153. OLE color: 3712153.

HSL color Cylindrical-coordinate representation of color #99A438: hue angle of 66.11º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99A438 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB15316456-
CMYK0.0700.660.36
HSL66.11º49.09%43.14%-
HSV(B)66.11º65.85%64.31%-
XYZ27.1333.618.8-
YUV148.475.86131.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 56 (22.27% from 255) = 15.01%
R=41.02%
G=43.97%
B=15.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153164560.0700.660.3666.1149.0943.14
Hex99A43870422442312b
Octal2312447070102441026153
Binary1001100110100100111000111010000101001001000010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,164,56); }

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

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

 a { background-color: rgb(153,164,56); }

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

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

 span { border-color: rgb(153,164,56); }

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