Html Css Color HEX #84C286 De York

📋 copy color: '#84C286'

red 132 ◦ green 194 ◦ blue 134

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

Shades of De York #84C286

Tints of De York #84C286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 134 (52.73% from 255) = 29.13%

R = 28.7%
G = 42.17%
B = 29.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#84C286 (or 0x84C286) is known color: De York. HEX triplet: 84, C2 and 86. RGB value is (132,194,134). Sum of RGB (Red+Green+Blue) = 132+194+134=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #84C286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C286 is #7B3D79. Grayscale: #A8A8A8. Windows color (decimal): -8076666 or 8831620. OLE color: 8831620.

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

Color convert

RGB 132 194 134 -
CMYK 0.32 0 0.31 0.24
HSL 121.94º 0.34% 0.64% -
HSV(B) 121.94º 0.32% 0.76% -
XYZ 33.11 45.21 29.54 -
YUV 168.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 132 194 134 0.32 0 0.31 0.24 121.94 0.34 0.64
Hex 84 C2 86 20 0 1F 18 7A 22 40
Octal 204 302 206 40 0 37 30 172 42 100
Binary 10000100 11000010 10000110 100000 0 11111 11000 1111010 100010 1000000

Color Harmonies of #84C286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C286

Black with #84C286

Text Example


Text Example

White with #84C286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,194,134); }

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

background-color css

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

 a { background-color: rgb(132,194,134); }

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

border-color css

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

 span { border-color: rgb(132,194,134); }

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