Html Css Color HEX #82B023 Lima

📋 copy color: '#82B023'

red 130 ◦ green 176 ◦ blue 35

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

Shades of Lima #82B023

Tints of Lima #82B023

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.61%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 38.12%
G = 51.61%
B = 10.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#82B023 (or 0x82B023) is known color: Lima. HEX triplet: 82, B0 and 23. RGB value is (130,176,35). Sum of RGB (Red+Green+Blue) = 130+176+35=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #82B023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B023 is #7D4FDC. Grayscale: #929292. Windows color (decimal): -8212445 or 2338946. OLE color: 2338946.

HSL color Cylindrical-coordinate representation of color #82B023: hue angle of 79.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82B023 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 176 35 -
CMYK 0.26 0 0.80 0.31
HSL 79.57º 0.67% 0.41% -
HSV(B) 79.57º 0.8% 0.69% -
XYZ 25.03 35.92 7.2 -
YUV 146.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 130 176 35 0.26 0 0.80 0.31 79.57 0.67 0.41
Hex 82 B0 23 1A 0 50 1F 50 43 29
Octal 202 260 43 32 0 120 37 120 103 51
Binary 10000010 10110000 100011 11010 0 1010000 11111 1010000 1000011 101001

Color Harmonies of #82B023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B023

Black with #82B023

Text Example


Text Example

White with #82B023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,176,35); }

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

background-color css

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

 a { background-color: rgb(130,176,35); }

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

border-color css

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

 span { border-color: rgb(130,176,35); }

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