Html Css Color HEX #82A007 Citron

📋 copy color: '#82A007'

red 130 ◦ green 160 ◦ blue 7

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

Shades of Citron #82A007

Tints of Citron #82A007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.36%

R = 43.77%
G = 53.87%
B = 2.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#82A007 (or 0x82A007) is known color: Citron. HEX triplet: 82, A0 and 07. RGB value is (130,160,7). Sum of RGB (Red+Green+Blue) = 130+160+7=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #82A007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A007 is #7D5FF8. Grayscale: #868686. Windows color (decimal): -8216569 or 499842. OLE color: 499842.

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

Color convert

RGB 130 160 7 -
CMYK 0.19 0 0.96 0.37
HSL 71.76º 0.92% 0.33% -
HSV(B) 71.76º 0.96% 0.63% -
XYZ 21.82 29.9 4.82 -
YUV 133.59 56.56 125.44 -
System Red Green Blue C M Y K H S L
Decimal 130 160 7 0.19 0 0.96 0.37 71.76 0.92 0.33
Hex 82 A0 7 13 0 60 25 48 5C 21
Octal 202 240 7 23 0 140 45 110 134 41
Binary 10000010 10100000 111 10011 0 1100000 100101 1001000 1011100 100001

Color Harmonies of #82A007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A007

Black with #82A007

Text Example


Text Example

White with #82A007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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