Html Css Color HEX #82A304 Citron

📋 copy color: '#82A304'

red 130 ◦ green 163 ◦ blue 4

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

Shades of Citron #82A304

Tints of Citron #82A304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.88%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 43.77%
G = 54.88%
B = 1.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#82A304 (or 0x82A304) is known color: Citron. HEX triplet: 82, A3 and 04. RGB value is (130,163,4). Sum of RGB (Red+Green+Blue) = 130+163+4=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #82A304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A304 is #7D5CFB. Grayscale: #878787. Windows color (decimal): -8215804 or 304002. OLE color: 304002.

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

Color convert

RGB 130 163 4 -
CMYK 0.20 0 0.98 0.36
HSL 72.45º 0.95% 0.33% -
HSV(B) 72.45º 0.98% 0.64% -
XYZ 22.33 30.95 4.91 -
YUV 135.01 54.07 124.43 -
System Red Green Blue C M Y K H S L
Decimal 130 163 4 0.20 0 0.98 0.36 72.45 0.95 0.33
Hex 82 A3 4 14 0 62 24 48 5F 21
Octal 202 243 4 24 0 142 44 110 137 41
Binary 10000010 10100011 100 10100 0 1100010 100100 1001000 1011111 100001

Color Harmonies of #82A304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A304

Black with #82A304

Text Example


Text Example

White with #82A304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,163,4); }

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

background-color css

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

 a { background-color: rgb(130,163,4); }

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

border-color css

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

 span { border-color: rgb(130,163,4); }

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