#84941A

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

Shades of Citron #84941A

Tints of Citron #84941A

Color information

#84941A (or 0x84941A) is unknown color: approx Citron. HEX triplet: 84, 94 and 1A. RGB value is (132,148,26). Sum of RGB (Red+Green+Blue) = 132+148+26=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #84941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84941A is #7B6BE5. Grayscale: #818181. Windows color (decimal): -8088550 or 1741956. OLE color: 1741956.

HSL color Cylindrical-coordinate representation of color #84941A: hue angle of 67.87º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84941A is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB13214826-
CMYK0.1100.820.42
HSL67.87º70.11%34.12%-
HSV(B)67.87º82.43%58.04%-
XYZ20.2926.164.96-
YUV129.3169.7129.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 26 (10.55% from 255) = 8.50%
R=43.14%
G=48.37%
B=8.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148260.1100.820.4267.8770.1134.12
Hex84941AB0522A444622
Octal204224321301225210410642
Binary10000100100101001101010110101001010101010001001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84941A; }

 p { color: rgb(132,148,26); }

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

<style>
 a { background-color: #84941A; }

 a { background-color: rgb(132,148,26); }

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

<style>
 span { border-color: #84941A; }

 span { border-color: rgb(132,148,26); }

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