Html Css Color HEX #82B80B Lima

📋 copy color: '#82B80B'

red 130 ◦ green 184 ◦ blue 11

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

Shades of Lima #82B80B

Tints of Lima #82B80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.38%

R = 40%
G = 56.62%
B = 3.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#82B80B (or 0x82B80B) is known color: Lima. HEX triplet: 82, B8 and 0B. RGB value is (130,184,11). Sum of RGB (Red+Green+Blue) = 130+184+11=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #82B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B80B is #7D47F4. Grayscale: #949494. Windows color (decimal): -8210421 or 768130. OLE color: 768130.

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

Color convert

RGB 130 184 11 -
CMYK 0.29 0 0.94 0.28
HSL 78.73º 0.89% 0.38% -
HSV(B) 78.73º 0.94% 0.72% -
XYZ 26.41 39.05 6.46 -
YUV 148.13 50.61 115.07 -
System Red Green Blue C M Y K H S L
Decimal 130 184 11 0.29 0 0.94 0.28 78.73 0.89 0.38
Hex 82 B8 B 1D 0 5E 1C 4F 59 26
Octal 202 270 13 35 0 136 34 117 131 46
Binary 10000010 10111000 1011 11101 0 1011110 11100 1001111 1011001 100110

Color Harmonies of #82B80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B80B

Black with #82B80B

Text Example


Text Example

White with #82B80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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