#84BA85

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

Shades of Dark Sea Green #84BA85

Tints of Dark Sea Green #84BA85

Color information

#84BA85 (or 0x84BA85) is unknown color: approx Dark Sea Green. HEX triplet: 84, BA and 85. RGB value is (132,186,133). Sum of RGB (Red+Green+Blue) = 132+186+133=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BA85 is #7B457A. Grayscale: #A3A3A3. Windows color (decimal): -8078715 or 8764036. OLE color: 8764036.

HSL color Cylindrical-coordinate representation of color #84BA85: hue angle of 121.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BA85 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB132186133-
CMYK0.2900.280.27
HSL121.11º28.12%62.35%-
HSV(B)121.11º29.03%72.94%-
XYZ31.3141.7228.59-
YUV163.81110.61105.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.27%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=29.27%
G=41.24%
B=29.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861330.2900.280.27121.1128.1262.35
Hex84BA851D01C1B791c3e
Octal20427220535034331713476
Binary1000010010111010100001011110101110011011111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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