Html Css Color HEX #80BA82 De York

📋 copy color: '#80BA82'

red 128 ◦ green 186 ◦ blue 130

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

Shades of De York #80BA82

Tints of De York #80BA82

RGB

 RED value IS 128 (50.39% from 255) = 28.83%

 GREEN value IS 186 (73.05% from 255) = 41.89%

 BLUE value IS 130 (51.17% from 255) = 29.28%

R = 28.83%
G = 41.89%
B = 29.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#80BA82 (or 0x80BA82) is known color: De York. HEX triplet: 80, BA and 82. RGB value is (128,186,130). Sum of RGB (Red+Green+Blue) = 128+186+130=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA82 is #7F457D. Grayscale: #A2A2A2. Windows color (decimal): -8340862 or 8567424. OLE color: 8567424.

HSL color Cylindrical-coordinate representation of color #80BA82: hue angle of 122.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BA82 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 130 -
CMYK 0.31 0 0.30 0.27
HSL 122.07º 0.3% 0.62% -
HSV(B) 122.07º 0.31% 0.73% -
XYZ 30.49 41.32 27.49 -
YUV 162.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 128 186 130 0.31 0 0.30 0.27 122.07 0.3 0.62
Hex 80 BA 82 1F 0 1E 1B 7A 1E 3E
Octal 200 272 202 37 0 36 33 172 36 76
Binary 10000000 10111010 10000010 11111 0 11110 11011 1111010 11110 111110

Color Harmonies of #80BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA82

Black with #80BA82

Text Example


Text Example

White with #80BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BA82; }

 p { color: rgb(128,186,130); }

 H1.HeaderClassName
 {
   color: #80BA82;
 }
 .AnyTagClassName
 {
   color: #80BA82;
 }
</style>

background-color css

<style>
 a { background-color: #80BA82; }

 a { background-color: rgb(128,186,130); }

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

border-color css

<style>
 span { border-color: #80BA82; }

 span { border-color: rgb(128,186,130); }

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