Html Css Color HEX #82B80C Lima

📋 copy color: '#82B80C'

red 130 ◦ green 184 ◦ blue 12

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

Shades of Lima #82B80C

Tints of Lima #82B80C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.44%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 39.88%
G = 56.44%
B = 3.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#82B80C (or 0x82B80C) is known color: Lima. HEX triplet: 82, B8 and 0C. RGB value is (130,184,12). Sum of RGB (Red+Green+Blue) = 130+184+12=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #82B80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B80C is #7D47F3. Grayscale: #949494. Windows color (decimal): -8210420 or 833666. OLE color: 833666.

HSL color Cylindrical-coordinate representation of color #82B80C: hue angle of 78.84º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82B80C is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 184 12 -
CMYK 0.29 0 0.93 0.28
HSL 78.84º 0.88% 0.38% -
HSV(B) 78.84º 0.93% 0.72% -
XYZ 26.41 39.05 6.49 -
YUV 148.25 51.11 114.99 -
System Red Green Blue C M Y K H S L
Decimal 130 184 12 0.29 0 0.93 0.28 78.84 0.88 0.38
Hex 82 B8 C 1D 0 5D 1C 4F 58 26
Octal 202 270 14 35 0 135 34 117 130 46
Binary 10000010 10111000 1100 11101 0 1011101 11100 1001111 1011000 100110

Color Harmonies of #82B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B80C

Black with #82B80C

Text Example


Text Example

White with #82B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,12); }

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

background-color css

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

 a { background-color: rgb(130,184,12); }

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

border-color css

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

 span { border-color: rgb(130,184,12); }

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