Html Css Color HEX #84BA7E De York

📋 copy color: '#84BA7E'

red 132 ◦ green 186 ◦ blue 126

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

Shades of De York #84BA7E

Tints of De York #84BA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.38%

R = 29.73%
G = 41.89%
B = 28.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#84BA7E (or 0x84BA7E) is known color: De York. HEX triplet: 84, BA and 7E. RGB value is (132,186,126). Sum of RGB (Red+Green+Blue) = 132+186+126=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA7E is #7B4581. Grayscale: #A3A3A3. Windows color (decimal): -8078722 or 8305284. OLE color: 8305284.

HSL color Cylindrical-coordinate representation of color #84BA7E: hue angle of 114º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84BA7E is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 126 -
CMYK 0.29 0 0.32 0.27
HSL 114º 0.3% 0.61% -
HSV(B) 114º 0.32% 0.73% -
XYZ 30.84 41.53 26.13 -
YUV 163.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 132 186 126 0.29 0 0.32 0.27 114 0.3 0.61
Hex 84 BA 7E 1D 0 20 1B 72 1E 3D
Octal 204 272 176 35 0 40 33 162 36 75
Binary 10000100 10111010 1111110 11101 0 100000 11011 1110010 11110 111101

Color Harmonies of #84BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA7E

Black with #84BA7E

Text Example


Text Example

White with #84BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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