#8A972D

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

Shades of Citron #8A972D

Tints of Citron #8A972D

Color information

#8A972D (or 0x8A972D) is unknown color: approx Citron. HEX triplet: 8A, 97 and 2D. RGB value is (138,151,45). Sum of RGB (Red+Green+Blue) = 138+151+45=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #8A972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A972D is #7568D2. Grayscale: #878787. Windows color (decimal): -7694547 or 2987914. OLE color: 2987914.

HSL color Cylindrical-coordinate representation of color #8A972D: hue angle of 67.36º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A972D is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB13815145-
CMYK0.0900.700.41
HSL67.36º54.08%38.43%-
HSV(B)67.36º70.2%59.22%-
XYZ22.0227.736.67-
YUV135.0377.19130.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 151 (59.38% from 255) = 45.21%
BLUE value IS 45 (17.97% from 255) = 13.47%
R=41.32%
G=45.21%
B=13.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138151450.0900.700.4167.3654.0838.43
Hex8A972D904629433626
Octal21222755110106511036646
Binary10001010100101111011011001010001101010011000011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A972D; }

 p { color: rgb(138,151,45); }

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

<style>
 a { background-color: #8A972D; }

 a { background-color: rgb(138,151,45); }

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

<style>
 span { border-color: #8A972D; }

 span { border-color: rgb(138,151,45); }

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