#84970E

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

Shades of Citron #84970E

Tints of Citron #84970E

Color information

#84970E (or 0x84970E) is unknown color: approx Citron. HEX triplet: 84, 97 and 0E. RGB value is (132,151,14). Sum of RGB (Red+Green+Blue) = 132+151+14=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #84970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84970E is #7B68F1. Grayscale: #828282. Windows color (decimal): -8087794 or 956292. OLE color: 956292.

HSL color Cylindrical-coordinate representation of color #84970E: hue angle of 68.32º degrees, saturation: 0.83, 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 #84970E is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB13215114-
CMYK0.1300.910.41
HSL68.32º83.03%32.35%-
HSV(B)68.32º90.73%59.22%-
XYZ20.6627.074.55-
YUV129.762.71129.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=44.44%
G=50.84%
B=4.71%

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
Decimal132151140.1300.910.4168.3283.0332.35
Hex8497ED05B29445320
Octal204227161501335110412340
Binary1000010010010111111011010101101110100110001001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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