Html Css Color HEX #82B91A Lima

📋 copy color: '#82B91A'

red 130 ◦ green 185 ◦ blue 26

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

Shades of Lima #82B91A

Tints of Lima #82B91A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.25%

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 38.12%
G = 54.25%
B = 7.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#82B91A (or 0x82B91A) is known color: Lima. HEX triplet: 82, B9 and 1A. RGB value is (130,185,26). Sum of RGB (Red+Green+Blue) = 130+185+26=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #82B91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B91A is #7D46E5. Grayscale: #979797. Windows color (decimal): -8210150 or 1751426. OLE color: 1751426.

HSL color Cylindrical-coordinate representation of color #82B91A: hue angle of 80.75º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82B91A is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 185 26 -
CMYK 0.30 0 0.86 0.27
HSL 80.75º 0.75% 0.41% -
HSV(B) 80.75º 0.86% 0.73% -
XYZ 26.74 39.52 7.2 -
YUV 150.43 57.78 113.43 -
System Red Green Blue C M Y K H S L
Decimal 130 185 26 0.30 0 0.86 0.27 80.75 0.75 0.41
Hex 82 B9 1A 1E 0 56 1B 51 4B 29
Octal 202 271 32 36 0 126 33 121 113 51
Binary 10000010 10111001 11010 11110 0 1010110 11011 1010001 1001011 101001

Color Harmonies of #82B91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B91A

Black with #82B91A

Text Example


Text Example

White with #82B91A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,185,26); }

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

background-color css

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

 a { background-color: rgb(130,185,26); }

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

border-color css

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

 span { border-color: rgb(130,185,26); }

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