#92ACA4

Color #92ACA4 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #92ACA4

Tints of Cascade #92ACA4

Color information

#92ACA4 (or 0x92ACA4) is unknown color: approx Cascade. HEX triplet: 92, AC and A4. RGB value is (146,172,164). Sum of RGB (Red+Green+Blue) = 146+172+164=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #92ACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ACA4 is #6D535B. Grayscale: #A3A3A3. Windows color (decimal): -7164764 or 10792082. OLE color: 10792082.

HSL color Cylindrical-coordinate representation of color #92ACA4: hue angle of 161.54º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92ACA4 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB146172164-
CMYK0.1500.050.33
HSL161.54º13.54%62.35%-
HSV(B)161.54º15.12%67.45%-
XYZ33.3138.340.76-
YUV163.31128.39115.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.29%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=30.29%
G=35.68%
B=34.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461721640.1500.050.33161.5413.5462.35
Hex92ACA4F0521a2e3e
Octal2222542441705412421676
Binary10010010101011001010010011110101100001101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92ACA4; }

 p { color: rgb(146,172,164); }

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

<style>
 a { background-color: #92ACA4; }

 a { background-color: rgb(146,172,164); }

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

<style>
 span { border-color: #92ACA4; }

 span { border-color: rgb(146,172,164); }

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