Html Css Color HEX #84C08C De York

📋 copy color: '#84C08C'

red 132 ◦ green 192 ◦ blue 140

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

Shades of De York #84C08C

Tints of De York #84C08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 28.45%
G = 41.38%
B = 30.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#84C08C (or 0x84C08C) is known color: De York. HEX triplet: 84, C0 and 8C. RGB value is (132,192,140). Sum of RGB (Red+Green+Blue) = 132+192+140=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #84C08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C08C is #7B3F73. Grayscale: #A8A8A8. Windows color (decimal): -8077172 or 9224324. OLE color: 9224324.

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

Color convert

RGB 132 192 140 -
CMYK 0.31 0 0.27 0.25
HSL 128º 0.32% 0.64% -
HSV(B) 128º 0.31% 0.75% -
XYZ 33.1 44.5 31.66 -
YUV 168.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 132 192 140 0.31 0 0.27 0.25 128 0.32 0.64
Hex 84 C0 8C 1F 0 1B 19 80 20 40
Octal 204 300 214 37 0 33 31 200 40 100
Binary 10000100 11000000 10001100 11111 0 11011 11001 10000000 100000 1000000

Color Harmonies of #84C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C08C

Black with #84C08C

Text Example


Text Example

White with #84C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,192,140); }

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

background-color css

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

 a { background-color: rgb(132,192,140); }

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

border-color css

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

 span { border-color: rgb(132,192,140); }

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