#84921e

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

Shades of Citron #84921E

Tints of Citron #84921E

Color information

#84921E (or 0x84921E) is unknown color: approx Citron. HEX triplet: 84, 92 and 1E. RGB value is (132,146,30). Sum of RGB (Red+Green+Blue) = 132+146+30=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #84921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84921E is #7B6DE1. Grayscale: #818181. Windows color (decimal): -8089058 or 2003588. OLE color: 2003588.

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

Color convert

RGB13214630-
CMYK0.1000.790.43
HSL67.24º65.91%34.51%-
HSV(B)67.24º79.45%57.25%-
XYZ20.0325.565.11-
YUV128.5972.36130.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 146 (57.42% from 255) = 47.40%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=42.86%
G=47.40%
B=9.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146300.1000.790.4367.2465.9134.51
Hex84921EA04F2B434223
Octal204222361201175310310243
Binary10000100100100101111010100100111110101110000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84921e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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