#84921C

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

Shades of Citron #84921C

Tints of Citron #84921C

Color information

#84921C (or 0x84921C) is unknown color: approx Citron. HEX triplet: 84, 92 and 1C. RGB value is (132,146,28). Sum of RGB (Red+Green+Blue) = 132+146+28=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #84921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84921C is #7B6DE3. Grayscale: #808080. Windows color (decimal): -8089060 or 1872516. OLE color: 1872516.

HSL color Cylindrical-coordinate representation of color #84921C: hue angle of 67.12º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84921C is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB13214628-
CMYK0.1000.810.43
HSL67.12º67.82%34.12%-
HSV(B)67.12º80.82%57.25%-
XYZ2025.554.98-
YUV128.3671.36130.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 146 (57.42% from 255) = 47.71%
BLUE value IS 28 (11.33% from 255) = 9.15%
R=43.14%
G=47.71%
B=9.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146280.1000.810.4367.1267.8234.12
Hex84921CA0512B434422
Octal204222341201215310310442
Binary10000100100100101110010100101000110101110000111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84921C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84921C; }

 p { color: rgb(132,146,28); }

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

<style>
 a { background-color: #84921C; }

 a { background-color: rgb(132,146,28); }

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

<style>
 span { border-color: #84921C; }

 span { border-color: rgb(132,146,28); }

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