Html Css Color HEX #82A001 Citron

📋 copy color: '#82A001'

red 130 ◦ green 160 ◦ blue 1

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

Shades of Citron #82A001

Tints of Citron #82A001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.98%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 44.67%
G = 54.98%
B = 0.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#82A001 (or 0x82A001) is known color: Citron. HEX triplet: 82, A0 and 01. RGB value is (130,160,1). Sum of RGB (Red+Green+Blue) = 130+160+1=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #82A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A001 is #7D5FFE. Grayscale: #858585. Windows color (decimal): -8216575 or 106626. OLE color: 106626.

HSL color Cylindrical-coordinate representation of color #82A001: hue angle of 71.32º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82A001 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 160 1 -
CMYK 0.19 0 0.99 0.37
HSL 71.32º 0.99% 0.32% -
HSV(B) 71.32º 0.99% 0.63% -
XYZ 21.78 29.89 4.65 -
YUV 132.9 53.56 125.93 -
System Red Green Blue C M Y K H S L
Decimal 130 160 1 0.19 0 0.99 0.37 71.32 0.99 0.32
Hex 82 A0 1 13 0 63 25 47 63 20
Octal 202 240 1 23 0 143 45 107 143 40
Binary 10000010 10100000 1 10011 0 1100011 100101 1000111 1100011 100000

Color Harmonies of #82A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A001

Black with #82A001

Text Example


Text Example

White with #82A001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,160,1); }

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

background-color css

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

 a { background-color: rgb(130,160,1); }

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

border-color css

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

 span { border-color: rgb(130,160,1); }

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