#76C184

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

Shades of De York #76C184

Tints of De York #76C184

Color information

#76C184 (or 0x76C184) is unknown color: approx De York. HEX triplet: 76, C1 and 84. RGB value is (118,193,132). Sum of RGB (Red+Green+Blue) = 118+193+132=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #76C184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C184 is #893E7B. Grayscale: #A3A3A3. Windows color (decimal): -8994428 or 8700278. OLE color: 8700278.

HSL color Cylindrical-coordinate representation of color #76C184: hue angle of 131.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C184 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB118193132-
CMYK0.3900.320.24
HSL131.2º37.69%60.98%-
HSV(B)131.2º38.86%75.69%-
XYZ30.7143.6628.64-
YUV163.62110.1595.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=26.64%
G=43.57%
B=29.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181931320.3900.320.24131.237.6960.98
Hex76C184270201883263d
Octal16630120447040302034675
Binary1110110110000011000010010011101000001100010000011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C184; }

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

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

<style>
 a { background-color: #76C184; }

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

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

<style>
 span { border-color: #76C184; }

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

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