Html Css Color HEX #84BF8A De York

📋 copy color: '#84BF8A'

red 132 ◦ green 191 ◦ blue 138

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

Shades of De York #84BF8A

Tints of De York #84BF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 28.63%
G = 41.43%
B = 29.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#84BF8A (or 0x84BF8A) is known color: De York. HEX triplet: 84, BF and 8A. RGB value is (132,191,138). Sum of RGB (Red+Green+Blue) = 132+191+138=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF8A is #7B4075. Grayscale: #A7A7A7. Windows color (decimal): -8077430 or 9092996. OLE color: 9092996.

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

Color convert

RGB 132 191 138 -
CMYK 0.31 0 0.28 0.25
HSL 126.1º 0.32% 0.63% -
HSV(B) 126.1º 0.31% 0.75% -
XYZ 32.73 44 30.81 -
YUV 167.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 132 191 138 0.31 0 0.28 0.25 126.1 0.32 0.63
Hex 84 BF 8A 1F 0 1C 19 7E 20 3F
Octal 204 277 212 37 0 34 31 176 40 77
Binary 10000100 10111111 10001010 11111 0 11100 11001 1111110 100000 111111

Color Harmonies of #84BF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BF8A

Black with #84BF8A

Text Example


Text Example

White with #84BF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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