#84CB76

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

Shades of De York #84CB76

Tints of De York #84CB76

Color information

#84CB76 (or 0x84CB76) is unknown color: approx De York. HEX triplet: 84, CB and 76. RGB value is (132,203,118). Sum of RGB (Red+Green+Blue) = 132+203+118=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CB76 is #7B3489. Grayscale: #ACACAC. Windows color (decimal): -8074378 or 7785348. OLE color: 7785348.

HSL color Cylindrical-coordinate representation of color #84CB76: hue angle of 110.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84CB76 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB132203118-
CMYK0.3500.420.20
HSL110.12º44.97%62.94%-
HSV(B)110.12º41.87%79.61%-
XYZ34.1448.9324.78-
YUV172.0897.4899.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.14%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=29.14%
G=44.81%
B=26.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322031180.3500.420.20110.1244.9762.94
Hex84CB762302A146e2d3f
Octal20431316643052241565577
Binary100001001100101111101101000110101010101001101110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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