#84950F

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

Shades of Citron #84950F

Tints of Citron #84950F

Color information

#84950F (or 0x84950F) is unknown color: approx Citron. HEX triplet: 84, 95 and 0F. RGB value is (132,149,15). Sum of RGB (Red+Green+Blue) = 132+149+15=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #84950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84950F is #7B6AF0. Grayscale: #818181. Windows color (decimal): -8088305 or 1021316. OLE color: 1021316.

HSL color Cylindrical-coordinate representation of color #84950F: hue angle of 67.61º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84950F is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB13214915-
CMYK0.1100.900.42
HSL67.61º81.71%32.16%-
HSV(B)67.61º89.93%58.43%-
XYZ20.3526.434.48-
YUV128.6463.87130.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 149 (58.59% from 255) = 50.34%
BLUE value IS 15 (6.25% from 255) = 5.07%
R=44.59%
G=50.34%
B=5.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149150.1100.900.4267.6181.7132.16
Hex8495FB05A2A445220
Octal204225171301325210412240
Binary1000010010010101111110110101101010101010001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84950F; }

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

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

<style>
 a { background-color: #84950F; }

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

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

<style>
 span { border-color: #84950F; }

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

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