Html Css Color HEX #82A200 Citron

📋 copy color: '#82A200'

red 130 ◦ green 162 ◦ blue 0

#82A200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #82A200

Tints of Citron #82A200

RGB

 RED value IS 130 (51.17% from 255) = 44.52%

 GREEN value IS 162 (63.67% from 255) = 55.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.52%
G = 55.48%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#82A200 (or 0x82A200) is known color: Citron. HEX triplet: 82, A2 and 00. RGB value is (130,162,0). Sum of RGB (Red+Green+Blue) = 130+162+0=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 162 (63.67% from 255 or 55.48% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 162 - color contains mainly: green. Hex color #82A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A200 is #7D5DFF. Grayscale: #868686. Windows color (decimal): -8216064 or 41602. OLE color: 41602.

HSL color Cylindrical-coordinate representation of color #82A200: hue angle of 71.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82A200 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 162 0 -
CMYK 0.20 0 1 0.36
HSL 71.85º 1% 0.32% -
HSV(B) 71.85º 1% 0.64% -
XYZ 22.13 30.59 4.74 -
YUV 133.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 130 162 0 0.20 0 1 0.36 71.85 1 0.32
Hex 82 A2 0 14 0 64 24 48 64 20
Octal 202 242 0 24 0 144 44 110 144 40
Binary 10000010 10100010 0 10100 0 1100100 100100 1001000 1100100 100000

Color Harmonies of #82A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A200

Black with #82A200

Text Example


Text Example

White with #82A200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82A200;
 }
 .AnyTagClassName
 {
   color: #82A200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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