#94B592

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

Shades of Dark Sea Green #94B592

Tints of Dark Sea Green #94B592

Color information

#94B592 (or 0x94B592) is unknown color: approx Dark Sea Green. HEX triplet: 94, B5 and 92. RGB value is (148,181,146). Sum of RGB (Red+Green+Blue) = 148+181+146=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #94B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B592 is #6B4A6D. Grayscale: #A7A7A7. Windows color (decimal): -7031406 or 9614740. OLE color: 9614740.

HSL color Cylindrical-coordinate representation of color #94B592: hue angle of 116.57º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94B592 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB148181146-
CMYK0.1800.190.29
HSL116.57º19.13%64.12%-
HSV(B)116.57º19.34%70.98%-
XYZ33.9241.4233.4-
YUV167.14116.07114.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=31.16%
G=38.11%
B=30.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811460.1800.190.29116.5719.1364.12
Hex94B592120131D751340
Octal224265222220233516523100
Binary10010100101101011001001010010010011111011110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B592; }

 p { color: rgb(148,181,146); }

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

<style>
 a { background-color: #94B592; }

 a { background-color: rgb(148,181,146); }

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

<style>
 span { border-color: #94B592; }

 span { border-color: rgb(148,181,146); }

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