Html Css Color HEX #82B053 Chelsea Cucumber

📋 copy color: '#82B053'

red 130 ◦ green 176 ◦ blue 83

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

Shades of Chelsea Cucumber #82B053

Tints of Chelsea Cucumber #82B053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.34%

R = 33.42%
G = 45.24%
B = 21.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#82B053 (or 0x82B053) is known color: Chelsea Cucumber. HEX triplet: 82, B0 and 53. RGB value is (130,176,83). Sum of RGB (Red+Green+Blue) = 130+176+83=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #82B053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B053 is #7D4FAC. Grayscale: #979797. Windows color (decimal): -8212397 or 5484674. OLE color: 5484674.

HSL color Cylindrical-coordinate representation of color #82B053: hue angle of 89.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82B053 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 176 83 -
CMYK 0.26 0 0.53 0.31
HSL 89.68º 0.37% 0.51% -
HSV(B) 89.68º 0.53% 0.69% -
XYZ 26.29 36.42 13.83 -
YUV 151.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 130 176 83 0.26 0 0.53 0.31 89.68 0.37 0.51
Hex 82 B0 53 1A 0 35 1F 5A 25 33
Octal 202 260 123 32 0 65 37 132 45 63
Binary 10000010 10110000 1010011 11010 0 110101 11111 1011010 100101 110011

Color Harmonies of #82B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B053

Black with #82B053

Text Example


Text Example

White with #82B053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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