#84B385

Color #84B385 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #84B385

Tints of Dark Sea Green #84B385

Color information

#84B385 (or 0x84B385) is unknown color: approx Dark Sea Green. HEX triplet: 84, B3 and 85. RGB value is (132,179,133). Sum of RGB (Red+Green+Blue) = 132+179+133=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #84B385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B385 is #7B4C7A. Grayscale: #9F9F9F. Windows color (decimal): -8080507 or 8762244. OLE color: 8762244.

HSL color Cylindrical-coordinate representation of color #84B385: hue angle of 121.28º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B385 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB132179133-
CMYK0.2600.260.30
HSL121.28º23.62%60.98%-
HSV(B)121.28º26.26%70.2%-
XYZ29.8738.8428.11-
YUV159.7112.93108.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=29.73%
G=40.32%
B=29.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321791330.2600.260.30121.2823.6260.98
Hex84B3851A01A1E79183d
Octal20426320532032361713075
Binary1000010010110011100001011101001101011110111100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,179,133); }

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

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

 a { background-color: rgb(132,179,133); }

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

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

 span { border-color: rgb(132,179,133); }

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