Html Css Color HEX #84BA80 De York

📋 copy color: '#84BA80'

red 132 ◦ green 186 ◦ blue 128

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

Shades of De York #84BA80

Tints of De York #84BA80

RGB

 RED value IS 132 (51.95% from 255) = 29.6%

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

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 29.6%
G = 41.7%
B = 28.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#84BA80 (or 0x84BA80) is known color: De York. HEX triplet: 84, BA and 80. RGB value is (132,186,128). Sum of RGB (Red+Green+Blue) = 132+186+128=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BA80 is #7B457F. Grayscale: #A3A3A3. Windows color (decimal): -8078720 or 8436356. OLE color: 8436356.

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

Color convert

RGB 132 186 128 -
CMYK 0.29 0 0.31 0.27
HSL 115.86º 0.3% 0.62% -
HSV(B) 115.86º 0.31% 0.73% -
XYZ 30.97 41.58 26.82 -
YUV 163.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 132 186 128 0.29 0 0.31 0.27 115.86 0.3 0.62
Hex 84 BA 80 1D 0 1F 1B 74 1E 3E
Octal 204 272 200 35 0 37 33 164 36 76
Binary 10000100 10111010 10000000 11101 0 11111 11011 1110100 11110 111110

Color Harmonies of #84BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA80

Black with #84BA80

Text Example


Text Example

White with #84BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BA80; }

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

 H1.HeaderClassName
 {
   color: #84BA80;
 }
 .AnyTagClassName
 {
   color: #84BA80;
 }
</style>

background-color css

<style>
 a { background-color: #84BA80; }

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

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

border-color css

<style>
 span { border-color: #84BA80; }

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

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