#84C38B

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

Shades of De York #84C38B

Tints of De York #84C38B

Color information

#84C38B (or 0x84C38B) is unknown color: approx De York. HEX triplet: 84, C3 and 8B. RGB value is (132,195,139). Sum of RGB (Red+Green+Blue) = 132+195+139=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #84C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C38B is #7B3C74. Grayscale: #A9A9A9. Windows color (decimal): -8076405 or 9159556. OLE color: 9159556.

HSL color Cylindrical-coordinate representation of color #84C38B: hue angle of 126.67º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C38B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB132195139-
CMYK0.3200.290.24
HSL126.67º34.43%64.12%-
HSV(B)126.67º32.31%76.47%-
XYZ33.6945.831.49-
YUV169.78110.63101.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=28.33%
G=41.85%
B=29.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321951390.3200.290.24126.6734.4364.12
Hex84C38B2001D187f2240
Octal204303213400353017742100
Binary1000010011000011100010111000000111011100011111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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