#94B49B

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

Shades of Summer Green #94B49B

Tints of Summer Green #94B49B

Color information

#94B49B (or 0x94B49B) is unknown color: approx Summer Green. HEX triplet: 94, B4 and 9B. RGB value is (148,180,155). Sum of RGB (Red+Green+Blue) = 148+180+155=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #94B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B49B is #6B4B64. Grayscale: #A7A7A7. Windows color (decimal): -7031653 or 10204308. OLE color: 10204308.

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

Color convert

RGB148180155-
CMYK0.1800.140.29
HSL133.12º17.58%64.31%-
HSV(B)133.12º17.78%70.59%-
XYZ34.4541.337.17-
YUV167.58120.9114.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=30.64%
G=37.27%
B=32.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801550.1800.140.29133.1217.5864.31
Hex94B49B120E1D851240
Octal224264233220163520522100
Binary10010100101101001001101110010011101110110000101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,155); }

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

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

 a { background-color: rgb(148,180,155); }

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

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

 span { border-color: rgb(148,180,155); }

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