#84BF76

Color #84BF76 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #84BF76

Tints of De York #84BF76

Color information

#84BF76 (or 0x84BF76) is unknown color: approx De York. HEX triplet: 84, BF and 76. RGB value is (132,191,118). Sum of RGB (Red+Green+Blue) = 132+191+118=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF76 is #7B4089. Grayscale: #A5A5A5. Windows color (decimal): -8077450 or 7782276. OLE color: 7782276.

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

Color convert

RGB132191118-
CMYK0.3100.380.25
HSL108.49º36.32%60.59%-
HSV(B)108.49º38.22%74.9%-
XYZ31.4243.4823.88-
YUV165.04101.45104.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=29.93%
G=43.31%
B=26.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321911180.3100.380.25108.4936.3260.59
Hex84BF761F026196c243d
Octal20427716637046311544475
Binary10000100101111111110110111110100110110011101100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84BF76;
 }
 .AnyTagClassName
 {
   color: #84BF76;
 }
</style>
background-color css

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

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

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

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

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

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