Html Css Color HEX #82B05C Chelsea Cucumber

📋 copy color: '#82B05C'

red 130 ◦ green 176 ◦ blue 92

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

Shades of Chelsea Cucumber #82B05C

Tints of Chelsea Cucumber #82B05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 32.66%
G = 44.22%
B = 23.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#82B05C (or 0x82B05C) is known color: Chelsea Cucumber. HEX triplet: 82, B0 and 5C. RGB value is (130,176,92). Sum of RGB (Red+Green+Blue) = 130+176+92=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #82B05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B05C is #7D4FA3. Grayscale: #989898. Windows color (decimal): -8212388 or 6074498. OLE color: 6074498.

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

Color convert

RGB 130 176 92 -
CMYK 0.26 0 0.48 0.31
HSL 92.86º 0.35% 0.53% -
HSV(B) 92.86º 0.48% 0.69% -
XYZ 26.66 36.57 15.78 -
YUV 152.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 130 176 92 0.26 0 0.48 0.31 92.86 0.35 0.53
Hex 82 B0 5C 1A 0 30 1F 5D 23 35
Octal 202 260 134 32 0 60 37 135 43 65
Binary 10000010 10110000 1011100 11010 0 110000 11111 1011101 100011 110101

Color Harmonies of #82B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B05C

Black with #82B05C

Text Example


Text Example

White with #82B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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