Html Css Color HEX #84C190 De York

📋 copy color: '#84C190'

red 132 ◦ green 193 ◦ blue 144

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

Shades of De York #84C190

Tints of De York #84C190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.15%

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 28.14%
G = 41.15%
B = 30.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#84C190 (or 0x84C190) is known color: De York. HEX triplet: 84, C1 and 90. RGB value is (132,193,144). Sum of RGB (Red+Green+Blue) = 132+193+144=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #84C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C190 is #7B3E6F. Grayscale: #A9A9A9. Windows color (decimal): -8076912 or 9486724. OLE color: 9486724.

HSL color Cylindrical-coordinate representation of color #84C190: hue angle of 131.8º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C190 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 193 144 -
CMYK 0.32 0 0.25 0.24
HSL 131.8º 0.33% 0.64% -
HSV(B) 131.8º 0.32% 0.76% -
XYZ 33.62 45.06 33.31 -
YUV 169.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 132 193 144 0.32 0 0.25 0.24 131.8 0.33 0.64
Hex 84 C1 90 20 0 19 18 84 21 40
Octal 204 301 220 40 0 31 30 204 41 100
Binary 10000100 11000001 10010000 100000 0 11001 11000 10000100 100001 1000000

Color Harmonies of #84C190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C190

Black with #84C190

Text Example


Text Example

White with #84C190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,193,144); }

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

background-color css

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

 a { background-color: rgb(132,193,144); }

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

border-color css

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

 span { border-color: rgb(132,193,144); }

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