Html Css Color HEX #82A110 Citron

📋 copy color: '#82A110'

red 130 ◦ green 161 ◦ blue 16

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

Shades of Citron #82A110

Tints of Citron #82A110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.44%

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 42.35%
G = 52.44%
B = 5.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#82A110 (or 0x82A110) is known color: Citron. HEX triplet: 82, A1 and 10. RGB value is (130,161,16). Sum of RGB (Red+Green+Blue) = 130+161+16=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #82A110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A110 is #7D5EEF. Grayscale: #878787. Windows color (decimal): -8216304 or 1089922. OLE color: 1089922.

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

Color convert

RGB 130 161 16 -
CMYK 0.19 0 0.90 0.37
HSL 72.83º 0.82% 0.35% -
HSV(B) 72.83º 0.9% 0.63% -
XYZ 22.04 30.27 5.17 -
YUV 135.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 130 161 16 0.19 0 0.90 0.37 72.83 0.82 0.35
Hex 82 A1 10 13 0 5A 25 49 52 23
Octal 202 241 20 23 0 132 45 111 122 43
Binary 10000010 10100001 10000 10011 0 1011010 100101 1001001 1010010 100011

Color Harmonies of #82A110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A110

Black with #82A110

Text Example


Text Example

White with #82A110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,161,16); }

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

background-color css

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

 a { background-color: rgb(130,161,16); }

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

border-color css

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

 span { border-color: rgb(130,161,16); }

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