Html Css Color HEX #82B14D Chelsea Cucumber

📋 copy color: '#82B14D'

red 130 ◦ green 177 ◦ blue 77

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

Shades of Chelsea Cucumber #82B14D

Tints of Chelsea Cucumber #82B14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.09%

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 33.85%
G = 46.09%
B = 20.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#82B14D (or 0x82B14D) is known color: Chelsea Cucumber. HEX triplet: 82, B1 and 4D. RGB value is (130,177,77). Sum of RGB (Red+Green+Blue) = 130+177+77=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #82B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B14D is #7D4EB2. Grayscale: #979797. Windows color (decimal): -8212147 or 5091714. OLE color: 5091714.

HSL color Cylindrical-coordinate representation of color #82B14D: hue angle of 88.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82B14D is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 177 77 -
CMYK 0.27 0 0.56 0.31
HSL 88.2º 0.39% 0.5% -
HSV(B) 88.2º 0.56% 0.69% -
XYZ 26.27 36.73 12.73 -
YUV 151.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 130 177 77 0.27 0 0.56 0.31 88.2 0.39 0.5
Hex 82 B1 4D 1B 0 38 1F 58 27 32
Octal 202 261 115 33 0 70 37 130 47 62
Binary 10000010 10110001 1001101 11011 0 111000 11111 1011000 100111 110010

Color Harmonies of #82B14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B14D

Black with #82B14D

Text Example


Text Example

White with #82B14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,177,77); }

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

background-color css

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

 a { background-color: rgb(130,177,77); }

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

border-color css

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

 span { border-color: rgb(130,177,77); }

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