#8A982C

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

Shades of Citron #8A982C

Tints of Citron #8A982C

Color information

#8A982C (or 0x8A982C) is unknown color: approx Citron. HEX triplet: 8A, 98 and 2C. RGB value is (138,152,44). Sum of RGB (Red+Green+Blue) = 138+152+44=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #8A982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A982C is #7567D3. Grayscale: #878787. Windows color (decimal): -7694292 or 2922634. OLE color: 2922634.

HSL color Cylindrical-coordinate representation of color #8A982C: hue angle of 67.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A982C is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB13815244-
CMYK0.0900.710.40
HSL67.78º55.1%38.43%-
HSV(B)67.78º71.05%59.61%-
XYZ22.1628.046.63-
YUV135.576.36129.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 152 (59.77% from 255) = 45.51%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=41.32%
G=45.51%
B=13.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138152440.0900.710.4067.7855.138.43
Hex8A982C904728443726
Octal21223054110107501046746
Binary10001010100110001011001001010001111010001000100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,152,44); }

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

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

 a { background-color: rgb(138,152,44); }

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

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

 span { border-color: rgb(138,152,44); }

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