Html Css Color HEX #82A501 Citrus

📋 copy color: '#82A501'

red 130 ◦ green 165 ◦ blue 1

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

Shades of Citrus #82A501

Tints of Citrus #82A501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.74%

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

R = 43.92%
G = 55.74%
B = 0.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#82A501 (or 0x82A501) is known color: Citrus. HEX triplet: 82, A5 and 01. RGB value is (130,165,1). Sum of RGB (Red+Green+Blue) = 130+165+1=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #82A501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A501 is #7D5AFE. Grayscale: #888888. Windows color (decimal): -8215295 or 107906. OLE color: 107906.

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

Color convert

RGB 130 165 1 -
CMYK 0.21 0 0.99 0.35
HSL 72.8º 0.99% 0.33% -
HSV(B) 72.8º 0.99% 0.65% -
XYZ 22.67 31.66 4.94 -
YUV 135.84 51.9 123.84 -
System Red Green Blue C M Y K H S L
Decimal 130 165 1 0.21 0 0.99 0.35 72.8 0.99 0.33
Hex 82 A5 1 15 0 63 23 49 63 21
Octal 202 245 1 25 0 143 43 111 143 41
Binary 10000010 10100101 1 10101 0 1100011 100011 1001001 1100011 100001

Color Harmonies of #82A501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A501

Black with #82A501

Text Example


Text Example

White with #82A501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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