Html Css Color HEX #82B458 Chelsea Cucumber

📋 copy color: '#82B458'

red 130 ◦ green 180 ◦ blue 88

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

Shades of Chelsea Cucumber #82B458

Tints of Chelsea Cucumber #82B458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

 BLUE value IS 88 (34.77% from 255) = 22.11%

R = 32.66%
G = 45.23%
B = 22.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#82B458 (or 0x82B458) is known color: Chelsea Cucumber. HEX triplet: 82, B4 and 58. RGB value is (130,180,88). Sum of RGB (Red+Green+Blue) = 130+180+88=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #82B458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B458 is #7D4BA7. Grayscale: #9A9A9A. Windows color (decimal): -8211368 or 5813378. OLE color: 5813378.

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

Color convert

RGB 130 180 88 -
CMYK 0.28 0 0.51 0.29
HSL 92.61º 0.38% 0.53% -
HSV(B) 92.61º 0.51% 0.71% -
XYZ 27.29 38.09 15.15 -
YUV 154.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 130 180 88 0.28 0 0.51 0.29 92.61 0.38 0.53
Hex 82 B4 58 1C 0 33 1D 5D 26 35
Octal 202 264 130 34 0 63 35 135 46 65
Binary 10000010 10110100 1011000 11100 0 110011 11101 1011101 100110 110101

Color Harmonies of #82B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B458

Black with #82B458

Text Example


Text Example

White with #82B458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,180,88); }

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

background-color css

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

 a { background-color: rgb(130,180,88); }

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

border-color css

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

 span { border-color: rgb(130,180,88); }

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