#82A700

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

Shades of Citrus #82A700

Tints of Citrus #82A700

Color information

#82A700 (or 0x82A700) is unknown color: approx Citrus. HEX triplet: 82, A7 and 00. RGB value is (130,167,0). Sum of RGB (Red+Green+Blue) = 130+167+0=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #82A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A700 is #7D58FF. Grayscale: #898989. Windows color (decimal): -8214784 or 42882. OLE color: 42882.

HSL color Cylindrical-coordinate representation of color #82A700: hue angle of 73.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82A700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1301670-
CMYK0.22010.35
HSL73.29º100%32.75%-
HSV(B)73.29º100%65.49%-
XYZ23.0232.385.04-
YUV136.950.74123.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 167 (65.62% from 255) = 56.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.77%
G=56.23%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13016700.22010.3573.2910032.75
Hex82A701606423496421
Octal20224702601444311114441
Binary10000010101001110101100110010010001110010011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A700; }

 p { color: rgb(130,167,0); }

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

<style>
 a { background-color: #82A700; }

 a { background-color: rgb(130,167,0); }

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

<style>
 span { border-color: #82A700; }

 span { border-color: rgb(130,167,0); }

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