Html Css Color HEX #82B058 Chelsea Cucumber

📋 copy color: '#82B058'

red 130 ◦ green 176 ◦ blue 88

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

Shades of Chelsea Cucumber #82B058

Tints of Chelsea Cucumber #82B058

RGB

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

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

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

R = 32.99%
G = 44.67%
B = 22.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#82B058 (or 0x82B058) is known color: Chelsea Cucumber. HEX triplet: 82, B0 and 58. RGB value is (130,176,88). Sum of RGB (Red+Green+Blue) = 130+176+88=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #82B058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B058 is #7D4FA7. Grayscale: #989898. Windows color (decimal): -8212392 or 5812354. OLE color: 5812354.

HSL color Cylindrical-coordinate representation of color #82B058: hue angle of 91.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82B058 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 176 88 -
CMYK 0.26 0 0.50 0.31
HSL 91.36º 0.36% 0.52% -
HSV(B) 91.36º 0.5% 0.69% -
XYZ 26.49 36.5 14.88 -
YUV 152.21 91.76 112.16 -
System Red Green Blue C M Y K H S L
Decimal 130 176 88 0.26 0 0.50 0.31 91.36 0.36 0.52
Hex 82 B0 58 1A 0 32 1F 5B 24 34
Octal 202 260 130 32 0 62 37 133 44 64
Binary 10000010 10110000 1011000 11010 0 110010 11111 1011011 100100 110100

Color Harmonies of #82B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B058

Black with #82B058

Text Example


Text Example

White with #82B058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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