#84AD05

Color #84AD05 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #84AD05

Tints of Citrus #84AD05

Color information

#84AD05 (or 0x84AD05) is unknown color: approx Citrus. HEX triplet: 84, AD and 05. RGB value is (132,173,5). Sum of RGB (Red+Green+Blue) = 132+173+5=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AD05 is #7B52FA. Grayscale: #8E8E8E. Windows color (decimal): -8082171 or 372100. OLE color: 372100.

HSL color Cylindrical-coordinate representation of color #84AD05: hue angle of 74.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84AD05 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1321735-
CMYK0.2400.970.32
HSL74.64º94.38%34.9%-
HSV(B)74.64º97.11%67.84%-
XYZ24.4934.85.57-
YUV141.5950.92121.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 173 (67.97% from 255) = 55.81%
BLUE value IS 5 (2.34% from 255) = 1.61%
R=42.58%
G=55.81%
B=1.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13217350.2400.970.3274.6494.3834.9
Hex84AD518061204b5e23
Octal20425553001414011313643
Binary1000010010101101101110000110000110000010010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AD05; }

 p { color: rgb(132,173,5); }

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

<style>
 a { background-color: #84AD05; }

 a { background-color: rgb(132,173,5); }

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

<style>
 span { border-color: #84AD05; }

 span { border-color: rgb(132,173,5); }

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