Html Css Color HEX #82B44C Chelsea Cucumber

📋 copy color: '#82B44C'

red 130 ◦ green 180 ◦ blue 76

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

Shades of Chelsea Cucumber #82B44C

Tints of Chelsea Cucumber #82B44C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.69%

R = 33.68%
G = 46.63%
B = 19.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#82B44C (or 0x82B44C) is known color: Chelsea Cucumber. HEX triplet: 82, B4 and 4C. RGB value is (130,180,76). Sum of RGB (Red+Green+Blue) = 130+180+76=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #82B44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B44C is #7D4BB3. Grayscale: #999999. Windows color (decimal): -8211380 or 5026946. OLE color: 5026946.

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

Color convert

RGB 130 180 76 -
CMYK 0.28 0 0.58 0.29
HSL 88.85º 0.41% 0.5% -
HSV(B) 88.85º 0.58% 0.71% -
XYZ 26.83 37.91 12.74 -
YUV 153.19 84.44 111.46 -
System Red Green Blue C M Y K H S L
Decimal 130 180 76 0.28 0 0.58 0.29 88.85 0.41 0.5
Hex 82 B4 4C 1C 0 3A 1D 59 29 32
Octal 202 264 114 34 0 72 35 131 51 62
Binary 10000010 10110100 1001100 11100 0 111010 11101 1011001 101001 110010

Color Harmonies of #82B44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B44C

Black with #82B44C

Text Example


Text Example

White with #82B44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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