Html Css Color HEX #84BF8C De York

📋 copy color: '#84BF8C'

red 132 ◦ green 191 ◦ blue 140

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

Shades of De York #84BF8C

Tints of De York #84BF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 41.25%

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

R = 28.51%
G = 41.25%
B = 30.24%

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

#84BF8C (or 0x84BF8C) is known color: De York. HEX triplet: 84, BF and 8C. RGB value is (132,191,140). Sum of RGB (Red+Green+Blue) = 132+191+140=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF8C is #7B4073. Grayscale: #A7A7A7. Windows color (decimal): -8077428 or 9224068. OLE color: 9224068.

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

Color convert

RGB 132 191 140 -
CMYK 0.31 0 0.27 0.25
HSL 128.14º 0.32% 0.63% -
HSV(B) 128.14º 0.31% 0.75% -
XYZ 32.88 44.06 31.58 -
YUV 167.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 132 191 140 0.31 0 0.27 0.25 128.14 0.32 0.63
Hex 84 BF 8C 1F 0 1B 19 80 20 3F
Octal 204 277 214 37 0 33 31 200 40 77
Binary 10000100 10111111 10001100 11111 0 11011 11001 10000000 100000 111111

Color Harmonies of #84BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BF8C

Black with #84BF8C

Text Example


Text Example

White with #84BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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