Html Css Color HEX #80BA85 De York

📋 copy color: '#80BA85'

red 128 ◦ green 186 ◦ blue 133

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

Shades of De York #80BA85

Tints of De York #80BA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.75%

R = 28.64%
G = 41.61%
B = 29.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#80BA85 (or 0x80BA85) is known color: De York. HEX triplet: 80, BA and 85. RGB value is (128,186,133). Sum of RGB (Red+Green+Blue) = 128+186+133=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA85 is #7F457A. Grayscale: #A2A2A2. Windows color (decimal): -8340859 or 8764032. OLE color: 8764032.

HSL color Cylindrical-coordinate representation of color #80BA85: hue angle of 125.17º 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 #80BA85 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 133 -
CMYK 0.31 0 0.28 0.27
HSL 125.17º 0.3% 0.62% -
HSV(B) 125.17º 0.31% 0.73% -
XYZ 30.69 41.4 28.56 -
YUV 162.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 128 186 133 0.31 0 0.28 0.27 125.17 0.3 0.62
Hex 80 BA 85 1F 0 1C 1B 7D 1E 3E
Octal 200 272 205 37 0 34 33 175 36 76
Binary 10000000 10111010 10000101 11111 0 11100 11011 1111101 11110 111110

Color Harmonies of #80BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA85

Black with #80BA85

Text Example


Text Example

White with #80BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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