#94B79A

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

Shades of Summer Green #94B79A

Tints of Summer Green #94B79A

Color information

#94B79A (or 0x94B79A) is unknown color: approx Summer Green. HEX triplet: 94, B7 and 9A. RGB value is (148,183,154). Sum of RGB (Red+Green+Blue) = 148+183+154=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #94B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B79A is #6B4865. Grayscale: #A9A9A9. Windows color (decimal): -7030886 or 10139540. OLE color: 10139540.

HSL color Cylindrical-coordinate representation of color #94B79A: hue angle of 130.29º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94B79A is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB148183154-
CMYK0.1900.160.28
HSL130.29º19.55%64.9%-
HSV(B)130.29º19.13%71.76%-
XYZ34.9842.536.93-
YUV169.23119.4112.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 154 (60.55% from 255) = 31.75%
R=30.52%
G=37.73%
B=31.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481831540.1900.160.28130.2919.5564.9
Hex94B79A130101C821441
Octal224267232230203420224101
Binary100101001011011110011010100110100001110010000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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