Html Css Color HEX #84C392 De York

📋 copy color: '#84C392'

red 132 ◦ green 195 ◦ blue 146

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

Shades of De York #84C392

Tints of De York #84C392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 27.91%
G = 41.23%
B = 30.87%

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

#84C392 (or 0x84C392) is known color: De York. HEX triplet: 84, C3 and 92. RGB value is (132,195,146). Sum of RGB (Red+Green+Blue) = 132+195+146=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #84C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C392 is #7B3C6D. Grayscale: #AAAAAA. Windows color (decimal): -8076398 or 9618308. OLE color: 9618308.

HSL color Cylindrical-coordinate representation of color #84C392: hue angle of 133.33º degrees, saturation: 0.34, 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 #84C392 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 195 146 -
CMYK 0.32 0 0.25 0.24
HSL 133.33º 0.34% 0.64% -
HSV(B) 133.33º 0.32% 0.76% -
XYZ 34.22 46.01 34.27 -
YUV 170.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 132 195 146 0.32 0 0.25 0.24 133.33 0.34 0.64
Hex 84 C3 92 20 0 19 18 85 22 40
Octal 204 303 222 40 0 31 30 205 42 100
Binary 10000100 11000011 10010010 100000 0 11001 11000 10000101 100010 1000000

Color Harmonies of #84C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C392

Black with #84C392

Text Example


Text Example

White with #84C392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,195,146); }

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

background-color css

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

 a { background-color: rgb(132,195,146); }

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

border-color css

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

 span { border-color: rgb(132,195,146); }

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