#94B49A

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

Shades of Summer Green #94B49A

Tints of Summer Green #94B49A

Color information

#94B49A (or 0x94B49A) is unknown color: approx Summer Green. HEX triplet: 94, B4 and 9A. RGB value is (148,180,154). Sum of RGB (Red+Green+Blue) = 148+180+154=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #94B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B49A is #6B4B65. Grayscale: #A7A7A7. Windows color (decimal): -7031654 or 10138772. OLE color: 10138772.

HSL color Cylindrical-coordinate representation of color #94B49A: hue angle of 131.25º 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 #94B49A is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB148180154-
CMYK0.1800.140.29
HSL131.25º17.58%64.31%-
HSV(B)131.25º17.78%70.59%-
XYZ34.3741.2736.73-
YUV167.47120.4114.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=30.71%
G=37.34%
B=31.95%

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
Decimal1481801540.1800.140.29131.2517.5864.31
Hex94B49A120E1D831240
Octal224264232220163520322100
Binary10010100101101001001101010010011101110110000011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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