#84951c

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

Shades of Citron #84951C

Tints of Citron #84951C

Color information

#84951C (or 0x84951C) is unknown color: approx Citron. HEX triplet: 84, 95 and 1C. RGB value is (132,149,28). Sum of RGB (Red+Green+Blue) = 132+149+28=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #84951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84951C is #7B6AE3. Grayscale: #828282. Windows color (decimal): -8088292 or 1873284. OLE color: 1873284.

HSL color Cylindrical-coordinate representation of color #84951C: hue angle of 68.43º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84951C is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB13214928-
CMYK0.1100.810.42
HSL68.43º68.36%34.71%-
HSV(B)68.43º81.21%58.43%-
XYZ20.4726.485.13-
YUV130.1270.37129.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 28 (11.33% from 255) = 9.06%
R=42.72%
G=48.22%
B=9.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149280.1100.810.4268.4368.3634.71
Hex84951CB0512A444423
Octal204225341301215210410443
Binary10000100100101011110010110101000110101010001001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84951c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84951c; }

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

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

<style>
 a { background-color: #84951c; }

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

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

<style>
 span { border-color: #84951c; }

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

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