Html Css Color HEX #82B77C De York

📋 copy color: '#82B77C'

red 130 ◦ green 183 ◦ blue 124

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

Shades of De York #82B77C

Tints of De York #82B77C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 29.75%
G = 41.88%
B = 28.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#82B77C (or 0x82B77C) is known color: De York. HEX triplet: 82, B7 and 7C. RGB value is (130,183,124). Sum of RGB (Red+Green+Blue) = 130+183+124=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #82B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B77C is #7D4883. Grayscale: #A0A0A0. Windows color (decimal): -8210564 or 8173442. OLE color: 8173442.

HSL color Cylindrical-coordinate representation of color #82B77C: hue angle of 113.9º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82B77C is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 183 124 -
CMYK 0.29 0 0.32 0.28
HSL 113.9º 0.29% 0.6% -
HSV(B) 113.9º 0.32% 0.72% -
XYZ 29.78 40.07 25.23 -
YUV 160.43 107.44 106.3 -
System Red Green Blue C M Y K H S L
Decimal 130 183 124 0.29 0 0.32 0.28 113.9 0.29 0.6
Hex 82 B7 7C 1D 0 20 1C 72 1D 3C
Octal 202 267 174 35 0 40 34 162 35 74
Binary 10000010 10110111 1111100 11101 0 100000 11100 1110010 11101 111100

Color Harmonies of #82B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B77C

Black with #82B77C

Text Example


Text Example

White with #82B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,183,124); }

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

background-color css

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

 a { background-color: rgb(130,183,124); }

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

border-color css

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

 span { border-color: rgb(130,183,124); }

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