Html Css Color HEX #84BF8B De York

📋 copy color: '#84BF8B'

red 132 ◦ green 191 ◦ blue 139

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

Shades of De York #84BF8B

Tints of De York #84BF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 28.57%
G = 41.34%
B = 30.09%

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

#84BF8B (or 0x84BF8B) is known color: De York. HEX triplet: 84, BF and 8B. RGB value is (132,191,139). Sum of RGB (Red+Green+Blue) = 132+191+139=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BF8B is #7B4074. Grayscale: #A7A7A7. Windows color (decimal): -8077429 or 9158532. OLE color: 9158532.

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

Color convert

RGB 132 191 139 -
CMYK 0.31 0 0.27 0.25
HSL 127.12º 0.32% 0.63% -
HSV(B) 127.12º 0.31% 0.75% -
XYZ 32.81 44.03 31.2 -
YUV 167.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 132 191 139 0.31 0 0.27 0.25 127.12 0.32 0.63
Hex 84 BF 8B 1F 0 1B 19 7F 20 3F
Octal 204 277 213 37 0 33 31 177 40 77
Binary 10000100 10111111 10001011 11111 0 11011 11001 1111111 100000 111111

Color Harmonies of #84BF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BF8B

Black with #84BF8B

Text Example


Text Example

White with #84BF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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