Html Css Color HEX #82A00F Citron

📋 copy color: '#82A00F'

red 130 ◦ green 160 ◦ blue 15

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

Shades of Citron #82A00F

Tints of Citron #82A00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 42.62%
G = 52.46%
B = 4.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#82A00F (or 0x82A00F) is known color: Citron. HEX triplet: 82, A0 and 0F. RGB value is (130,160,15). Sum of RGB (Red+Green+Blue) = 130+160+15=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #82A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A00F is #7D5FF0. Grayscale: #878787. Windows color (decimal): -8216561 or 1024130. OLE color: 1024130.

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

Color convert

RGB 130 160 15 -
CMYK 0.19 0 0.91 0.37
HSL 72.41º 0.83% 0.34% -
HSV(B) 72.41º 0.91% 0.63% -
XYZ 21.86 29.92 5.08 -
YUV 134.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 130 160 15 0.19 0 0.91 0.37 72.41 0.83 0.34
Hex 82 A0 F 13 0 5B 25 48 53 22
Octal 202 240 17 23 0 133 45 110 123 42
Binary 10000010 10100000 1111 10011 0 1011011 100101 1001000 1010011 100010

Color Harmonies of #82A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A00F

Black with #82A00F

Text Example


Text Example

White with #82A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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