Html Css Color HEX #82B651 Chelsea Cucumber

📋 copy color: '#82B651'

red 130 ◦ green 182 ◦ blue 81

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

Shades of Chelsea Cucumber #82B651

Tints of Chelsea Cucumber #82B651

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.31%

 BLUE value IS 81 (32.03% from 255) = 20.61%

R = 33.08%
G = 46.31%
B = 20.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#82B651 (or 0x82B651) is known color: Chelsea Cucumber. HEX triplet: 82, B6 and 51. RGB value is (130,182,81). Sum of RGB (Red+Green+Blue) = 130+182+81=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #82B651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B651 is #7D49AE. Grayscale: #9B9B9B. Windows color (decimal): -8210863 or 5355138. OLE color: 5355138.

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

Color convert

RGB 130 182 81 -
CMYK 0.29 0 0.55 0.29
HSL 90.89º 0.41% 0.52% -
HSV(B) 90.89º 0.55% 0.71% -
XYZ 27.42 38.8 13.83 -
YUV 154.94 86.27 110.21 -
System Red Green Blue C M Y K H S L
Decimal 130 182 81 0.29 0 0.55 0.29 90.89 0.41 0.52
Hex 82 B6 51 1D 0 37 1D 5B 29 34
Octal 202 266 121 35 0 67 35 133 51 64
Binary 10000010 10110110 1010001 11101 0 110111 11101 1011011 101001 110100

Color Harmonies of #82B651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B651

Black with #82B651

Text Example


Text Example

White with #82B651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,182,81); }

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

background-color css

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

 a { background-color: rgb(130,182,81); }

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

border-color css

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

 span { border-color: rgb(130,182,81); }

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