#84970D

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

Shades of Citron #84970D

Tints of Citron #84970D

Color information

#84970D (or 0x84970D) is unknown color: approx Citron. HEX triplet: 84, 97 and 0D. RGB value is (132,151,13). Sum of RGB (Red+Green+Blue) = 132+151+13=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #84970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84970D is #7B68F2. Grayscale: #828282. Windows color (decimal): -8087795 or 890756. OLE color: 890756.

HSL color Cylindrical-coordinate representation of color #84970D: hue angle of 68.26º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84970D is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB13215113-
CMYK0.1300.910.41
HSL68.26º84.15%32.16%-
HSV(B)68.26º91.39%59.22%-
XYZ20.6527.074.52-
YUV129.5962.21129.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 151 (59.38% from 255) = 51.01%
BLUE value IS 13 (5.47% from 255) = 4.39%
R=44.59%
G=51.01%
B=4.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132151130.1300.910.4168.2684.1532.16
Hex8497DD05B29445420
Octal204227151501335110412440
Binary1000010010010111110111010101101110100110001001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84970D; }

 p { color: rgb(132,151,13); }

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

<style>
 a { background-color: #84970D; }

 a { background-color: rgb(132,151,13); }

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

<style>
 span { border-color: #84970D; }

 span { border-color: rgb(132,151,13); }

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