#84911A

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

Shades of Citron #84911A

Tints of Citron #84911A

Color information

#84911A (or 0x84911A) is unknown color: approx Citron. HEX triplet: 84, 91 and 1A. RGB value is (132,145,26). Sum of RGB (Red+Green+Blue) = 132+145+26=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #84911A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84911A is #7B6EE5. Grayscale: #808080. Windows color (decimal): -8089318 or 1741188. OLE color: 1741188.

HSL color Cylindrical-coordinate representation of color #84911A: hue angle of 66.55º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84911A is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB13214526-
CMYK0.0900.820.43
HSL66.55º69.59%33.53%-
HSV(B)66.55º82.07%56.86%-
XYZ19.8325.234.8-
YUV127.5570.69131.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 26 (10.55% from 255) = 8.58%
R=43.56%
G=47.85%
B=8.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145260.0900.820.4366.5569.5933.53
Hex84911A90522B434622
Octal204221321101225310310642
Binary10000100100100011101010010101001010101110000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84911A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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