Html Css Color HEX #82BC0D Lima

📋 copy color: '#82BC0D'

red 130 ◦ green 188 ◦ blue 13

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

Shades of Lima #82BC0D

Tints of Lima #82BC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.8%

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 39.27%
G = 56.8%
B = 3.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#82BC0D (or 0x82BC0D) is known color: Lima. HEX triplet: 82, BC and 0D. RGB value is (130,188,13). Sum of RGB (Red+Green+Blue) = 130+188+13=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BC0D is #7D43F2. Grayscale: #979797. Windows color (decimal): -8209395 or 900226. OLE color: 900226.

HSL color Cylindrical-coordinate representation of color #82BC0D: hue angle of 79.89º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82BC0D is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 13 -
CMYK 0.31 0 0.93 0.26
HSL 79.89º 0.87% 0.39% -
HSV(B) 79.89º 0.93% 0.74% -
XYZ 27.26 40.74 6.81 -
YUV 150.71 50.28 113.23 -
System Red Green Blue C M Y K H S L
Decimal 130 188 13 0.31 0 0.93 0.26 79.89 0.87 0.39
Hex 82 BC D 1F 0 5D 1A 50 57 27
Octal 202 274 15 37 0 135 32 120 127 47
Binary 10000010 10111100 1101 11111 0 1011101 11010 1010000 1010111 100111

Color Harmonies of #82BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC0D

Black with #82BC0D

Text Example


Text Example

White with #82BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,188,13); }

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

background-color css

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

 a { background-color: rgb(130,188,13); }

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

border-color css

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

 span { border-color: rgb(130,188,13); }

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