Html Css Color HEX #80BA7C De York

📋 copy color: '#80BA7C'

red 128 ◦ green 186 ◦ blue 124

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

Shades of De York #80BA7C

Tints of De York #80BA7C

RGB

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

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

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

R = 29.22%
G = 42.47%
B = 28.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#80BA7C (or 0x80BA7C) is known color: De York. HEX triplet: 80, BA and 7C. RGB value is (128,186,124). Sum of RGB (Red+Green+Blue) = 128+186+124=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA7C is #7F4583. Grayscale: #A1A1A1. Windows color (decimal): -8340868 or 8174208. OLE color: 8174208.

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

Color convert

RGB 128 186 124 -
CMYK 0.31 0 0.33 0.27
HSL 116.13º 0.31% 0.61% -
HSV(B) 116.13º 0.33% 0.73% -
XYZ 30.1 41.16 25.43 -
YUV 161.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 128 186 124 0.31 0 0.33 0.27 116.13 0.31 0.61
Hex 80 BA 7C 1F 0 21 1B 74 1F 3D
Octal 200 272 174 37 0 41 33 164 37 75
Binary 10000000 10111010 1111100 11111 0 100001 11011 1110100 11111 111101

Color Harmonies of #80BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA7C

Black with #80BA7C

Text Example


Text Example

White with #80BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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