#84961A

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

Shades of Citron #84961A

Tints of Citron #84961A

Color information

#84961A (or 0x84961A) is unknown color: approx Citron. HEX triplet: 84, 96 and 1A. RGB value is (132,150,26). Sum of RGB (Red+Green+Blue) = 132+150+26=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #84961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84961A is #7B69E5. Grayscale: #828282. Windows color (decimal): -8088038 or 1742468. OLE color: 1742468.

HSL color Cylindrical-coordinate representation of color #84961A: hue angle of 68.71º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84961A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB13215026-
CMYK0.1200.830.41
HSL68.71º70.45%34.51%-
HSV(B)68.71º82.67%58.82%-
XYZ20.6126.795.06-
YUV130.4869.04129.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=42.86%
G=48.70%
B=8.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132150260.1200.830.4168.7170.4534.51
Hex84961AC05329454623
Octal204226321401235110510643
Binary10000100100101101101011000101001110100110001011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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